Skip to content

Commit 267b7a2

Browse files
committed
lineage_halium_arm64.mk: inherit from halium.mk instead of full_base.mk
This will allow for minified build without most Java-related targets.
1 parent 4268b0a commit 267b7a2

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

lineage_halium_arm64.mk

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,12 @@
1616

1717
# Inherit from those products. Most specific first.
1818
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
19-
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk)
19+
# $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk)
2020
$(call inherit-product, $(SRC_TARGET_DIR)/product/product_launched_with_p.mk)
2121

22+
# Inherit halium.mk
23+
$(call inherit-product, vendor/halium/config/halium.mk)
24+
2225
# Inherit device
2326
$(call inherit-product, $(LOCAL_PATH)/device.mk)
2427

0 commit comments

Comments
 (0)