diff --git a/aosp_sanders.mk b/sacred.mk similarity index 90% rename from aosp_sanders.mk rename to sacred.mk index 11f906e..21fc2d4 100644 --- a/aosp_sanders.mk +++ b/sacred.mk @@ -18,8 +18,8 @@ # Inherit from those products. Most specific first. $(call inherit-product, device/motorola/sanders/full_sanders.mk) -# Inherit some common CM stuff. -$(call inherit-product, vendor/aosp/common.mk) +# Inherit some common SacredOS stuff. +$(call inherit-product, vendor/sacred/common.mk) # Boot animation TARGET_SCREEN_WIDTH := 1080 @@ -27,7 +27,7 @@ TARGET_SCREEN_HEIGHT := 1920 ## Device identifier. This must come after all inclusions PRODUCT_DEVICE := sanders -PRODUCT_NAME := aosp_sanders +PRODUCT_NAME := sacred_sanders PRODUCT_BRAND := motorola PRODUCT_MANUFACTURER := motorola diff --git a/vendorsetup.sh b/vendorsetup.sh index 9797de1..d02d7ad 100755 --- a/vendorsetup.sh +++ b/vendorsetup.sh @@ -14,4 +14,4 @@ # limitations under the License. # -add_lunch_combo aosp_sanders-userdebug +add_lunch_combo sacred_sanders-userdebug