Update build target to restrict it to arm and x86 only am: 50365007b6

am: a3edc551c0

Change-Id: I2cb6bf873f58489e88d701a7151c163e1a133162
This commit is contained in:
Winston Man
2017-10-17 23:59:58 +00:00
committed by android-build-merger

View File

@@ -30,6 +30,7 @@ LOCAL_BUILT_MODULE_STEM := package.apk
# Make sure the build system doesn't try to resign the APK
LOCAL_CERTIFICATE := PRESIGNED
LOCAL_DEX_PREOPT := false
LOCAL_MODULE_TARGET_ARCH := arm arm64 x86 x86_64
my_archs := arm x86
my_src_arch := $(call get-prebuilt-src-arch, $(my_archs))
@@ -50,6 +51,7 @@ LOCAL_BUILT_MODULE_STEM := package.apk
# Make sure the build system doesn't try to resign the APK
LOCAL_CERTIFICATE := PRESIGNED
LOCAL_DEX_PREOPT := false
LOCAL_MODULE_TARGET_ARCH := arm arm64 x86 x86_64
my_archs := arm x86
my_src_arch := $(call get-prebuilt-src-arch, $(my_archs))