Initial commit

This commit is contained in:
ggow
2019-04-24 20:18:12 +01:00
commit c0cb5b1167
12 changed files with 267 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
# Inherit from hardware-specific part of the product configuration
$(call inherit-product, device/amazon/austin/device.mk)
# Inherit from the common Open Source product configuration
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk)
PRODUCT_DEVICE := austin
PRODUCT_NAME := full_austin
PRODUCT_BRAND := google
PRODUCT_MODEL := Fire
PRODUCT_MANUFACTURER := amzn
PRODUCT_RESTRICT_VENDOR_FILES := false