lineage: Add Android Go specific configs

Trebuchet is also available as a Go version, so modify the existing
configs to allow it to be shipped in Android Go enabled devices.

Change-Id: I29f203b3fa19bc955976ee6c3da4142a4ab325bf
This commit is contained in:
Bruno Martins
2020-12-01 21:22:46 +00:00
committed by Luca Stefani
parent 1f0f73d5e2
commit f64ce2840c
4 changed files with 25 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
# Set Lineage specific identifier for Android Go enabled products
PRODUCT_TYPE := go
# Inherit full common Lineage stuff
$(call inherit-product, vendor/lineage/config/common_full_phone.mk)