Add generic targets for automotive

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
This commit is contained in:
Tom Pratt
2021-07-12 12:34:22 +02:00
committed by Jan Altensen
parent f16a9d9d14
commit de83dffc34
5 changed files with 76 additions and 2 deletions

8
config/common_car.mk Normal file
View File

@@ -0,0 +1,8 @@
# 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)