dm3q: Moving core 64 bit only makefile

Moving the corresponding core_64_bit_only make file after removing the
entry from the common64.mk file. This is to enable the GSI components for
64 bit option available.

Change-Id: Idefd924e096371ae53fd76781257667b4f5a2fb7
This commit is contained in:
Shashank Sivakumar
2024-06-01 21:50:51 +05:30
committed by Mezaque
parent 66a15a2a09
commit cce4baa6f3

View File

@@ -5,7 +5,7 @@
#
# Inherit from those products. Most specific first.
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit_only.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
# Inherit from the device configuration.