8 lines
147 B
Makefile
8 lines
147 B
Makefile
# Inherit common CM stuff
|
|
$(call inherit-product, vendor/cm/config/common.mk)
|
|
|
|
PRODUCT_SIZE := full
|
|
|
|
# Recorder
|
|
PRODUCT_PACKAGES += \
|
|
Recorder
|