From 1bb7d60aeb52c1af797329a69901927defcc5e71 Mon Sep 17 00:00:00 2001 From: therootlord Date: Sat, 27 Jan 2018 18:22:03 -0200 Subject: [PATCH] sanders: Bringup for SacredOS --- aosp_sanders.mk => sacred.mk | 6 +++--- vendorsetup.sh | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) rename aosp_sanders.mk => sacred.mk (90%) 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