9 lines
333 B
Makefile
9 lines
333 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)
|
||
|
|
||
|
# Inherit the main AOSP car makefile that turns this into an Automotive build
|
||
|
$(call inherit-product, packages/services/Car/car_product/build/car.mk)
|