11 lines
244 B
Makefile
11 lines
244 B
Makefile
# Inherit common Lineage stuff
|
|
$(call inherit-product, vendor/lineage/config/common.mk)
|
|
|
|
# Inherit Lineage car device tree
|
|
$(call inherit-product, device/lineage/car/lineage_car.mk)
|
|
|
|
# Apps
|
|
PRODUCT_PACKAGES += \
|
|
ExactCalculator \
|
|
Jelly
|