summaryrefslogtreecommitdiff
path: root/aosp_common.mk
diff options
context:
space:
mode:
authorPat Tjin <pattjin@google.com>2022-01-10 15:50:41 -0800
committerTreeHugger Robot <treehugger-gerrit@google.com>2022-01-12 21:44:31 +0000
commitab3f2562aa5d1aa18a0c648a38f196b351ceddcd (patch)
tree59528c32474abe3dc50b72ad4b9857b1abc24dd4 /aosp_common.mk
parent7e72d8c51710b397e4b2e7115693bd91a8ea6735 (diff)
downloadgs201-ab3f2562aa5d1aa18a0c648a38f196b351ceddcd.tar.gz
Remove 64-bit-only configs and default to 64-bit-only
Remove option for _64 and default to 64-bit only builds. Removes the (out of date) manifest_64 files. Removes OMX since it is not supported for 64-bits. Bug: 213924541 Test: Build, Boot, YouTube playback, Play store, Camera Signed-off-by: Pat Tjin <pattjin@google.com> Change-Id: I1e97903b598a2fff46d912a009b2bc73f1b0f466
Diffstat (limited to 'aosp_common.mk')
-rw-r--r--aosp_common.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/aosp_common.mk b/aosp_common.mk
index e2d5d43..52ea597 100644
--- a/aosp_common.mk
+++ b/aosp_common.mk
@@ -17,11 +17,7 @@
#
# All components inherited here go to system image
#
-ifeq (,$(filter %_64,$(TARGET_PRODUCT)))
-$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
-else
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit_only.mk)
-endif
$(call inherit-product, $(SRC_TARGET_DIR)/product/generic_system.mk)
# Enable CSI checking