We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4268b0a commit 267b7a2Copy full SHA for 267b7a2
1 file changed
lineage_halium_arm64.mk
@@ -16,9 +16,12 @@
16
17
# Inherit from those products. Most specific first.
18
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
19
-$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk)
+# $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk)
20
$(call inherit-product, $(SRC_TARGET_DIR)/product/product_launched_with_p.mk)
21
22
+# Inherit halium.mk
23
+$(call inherit-product, vendor/halium/config/halium.mk)
24
+
25
# Inherit device
26
$(call inherit-product, $(LOCAL_PATH)/device.mk)
27
0 commit comments