Merge "Allow to force min sdk given to Jack" am: 6f4f2a7

am: bd65cc3

* commit 'bd65cc387b1becad1b9c5179f7932bd339b8cf9f':
  Allow to force min sdk given to Jack

Change-Id: I55b673b0bb52e4f6f3d4265279528e353a157550
This commit is contained in:
Yohann Roussel
2016-04-14 21:37:25 +00:00
committed by android-build-merger
2 changed files with 5 additions and 0 deletions

View File

@@ -55,6 +55,10 @@ else
endif
endif
ifneq (,$(strip $(LOCAL_MIN_SDK_VERSION)))
my_jack_min_sdk_version := $(LOCAL_MIN_SDK_VERSION)
endif
proto_sources := $(filter %.proto,$(LOCAL_SRC_FILES))
ifneq ($(proto_sources),)
ifeq ($(LOCAL_PROTOC_OPTIMIZE_TYPE),micro)