Skip to content

Commit

Permalink
ferrari: Moving core 64 bit only makefile
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Shashank Sivakumar authored and pjgowtham committed Oct 23, 2024
1 parent 911f669 commit 44a9757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lineage_ferrari.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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 ferrari device
Expand Down

0 comments on commit 44a9757

Please sign in to comment.