diff options
Diffstat (limited to 'tools/device/cm.mk.template')
-rw-r--r-- | tools/device/cm.mk.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/device/cm.mk.template b/tools/device/cm.mk.template index e07898a..83f79dd 100644 --- a/tools/device/cm.mk.template +++ b/tools/device/cm.mk.template @@ -2,7 +2,7 @@ PRODUCT_RELEASE_NAME := __DEVICE__ # Inherit some common CM stuff. -$(call inherit-product, vendor/cm/config/common_full_phone.mk) +$(call inherit-product, vendor/replicant/config/common_full_phone.mk) # Inherit device configuration $(call inherit-product, device/__MANUFACTURER__/__DEVICE__/device___DEVICE__.mk) |