Merge "Use the min sdk version from soong." am: 22b45d401a
am: 21751a0a67
Change-Id: I29d272bb13da1bc34f34005e5df76f961f75af63
This commit is contained in:
commit
66383baf27
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ ifneq ($(LOCAL_SDK_VERSION),)
|
|||
ifneq (,$(filter arm64 mips64 x86_64,$(my_arch)))
|
||||
my_min_sdk_version := 21
|
||||
else
|
||||
my_min_sdk_version := 9
|
||||
my_min_sdk_version := $(MIN_SUPPORTED_SDK_VERSION)
|
||||
endif
|
||||
|
||||
# Historically we've just set up a bunch of symlinks in prebuilts/ndk to map
|
||||
|
|
Loading…
Reference in a new issue