android_vendor_crdroid/config/common_full_go_phone.mk
Bruno Martins f64ce2840c 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
2020-12-03 19:06:26 +01:00

6 lines
190 B
Makefile

# 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)