de83dffc34
Makefiles combining core lineage and automotive packages. Can be included by devices to turn them into Automotive builds. Emulator targets demonstrate using these makefiles and form a basis for Automotive GSIs. Change-Id: Ib5d35dfe4de8c459e4e14a7ba6f0b0e682e0d912
8 lines
333 B
Makefile
8 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)
|