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
This commit is contained in:
parent
7e72d8c517
commit
ab3f2562aa
7 changed files with 2 additions and 450 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue