Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a3edc551 authored by Winston Man's avatar Winston Man Committed by android-build-merger
Browse files

Update build target to restrict it to arm and x86 only

am: 50365007

Change-Id: If461907f6f797e5fda72ef47147594a4ed7f41a9
parents 2cdc98d7 50365007
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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))