You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
334 B
15 lines
334 B
4 months ago
|
|
||
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk)
|
||
|
|
||
|
PRODUCT_NAME := poplar
|
||
|
PRODUCT_DEVICE := poplar
|
||
|
PRODUCT_BRAND := poplar
|
||
|
PRODUCT_MODEL := poplar
|
||
|
PRODUCT_MANUFACTURER := hisilicon
|
||
|
|
||
|
DEVICE_PACKAGE_OVERLAYS := device/linaro/poplar/overlay
|
||
|
|
||
|
# automatically called
|
||
|
$(call inherit-product, device/linaro/poplar/device.mk)
|
||
|
|