diff --git a/custom.mk b/custom.mk new file mode 100644 index 0000000..55289e1 --- /dev/null +++ b/custom.mk @@ -0,0 +1,6 @@ +PRODUCT_PACKAGES += \ + Browser2 \ + F-Droid \ + Launcher3 \ + NetworkLocation \ + GmsCore diff --git a/device.mk b/device.mk index a7adc3f..10bb6c3 100644 --- a/device.mk +++ b/device.mk @@ -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)