Add custom packages

This commit is contained in:
Les De Ridder 2016-12-21 04:05:27 +01:00
parent 07ff777cfe
commit affd263f27
No known key found for this signature in database
GPG Key ID: 5EC132DFA85DB372
2 changed files with 9 additions and 0 deletions

6
custom.mk Normal file
View File

@ -0,0 +1,6 @@
PRODUCT_PACKAGES += \
Browser2 \
F-Droid \
Launcher3 \
NetworkLocation \
GmsCore

View File

@ -39,3 +39,6 @@ PRODUCT_COPY_FILES += \
# Inherit from msm8226-common
$(call inherit-product, device/motorola/msm8226-common/msm8226.mk)
# Custom packages
$(call inherit-product, device/motorola/peregrine/custom.mk)