sanders: Bringup for SacredOS

This commit is contained in:
therootlord
2018-01-27 18:22:03 -02:00
parent 355b8575a3
commit 1bb7d60aeb
2 changed files with 4 additions and 4 deletions

View File

@@ -18,8 +18,8 @@
# Inherit from those products. Most specific first. # Inherit from those products. Most specific first.
$(call inherit-product, device/motorola/sanders/full_sanders.mk) $(call inherit-product, device/motorola/sanders/full_sanders.mk)
# Inherit some common CM stuff. # Inherit some common SacredOS stuff.
$(call inherit-product, vendor/aosp/common.mk) $(call inherit-product, vendor/sacred/common.mk)
# Boot animation # Boot animation
TARGET_SCREEN_WIDTH := 1080 TARGET_SCREEN_WIDTH := 1080
@@ -27,7 +27,7 @@ TARGET_SCREEN_HEIGHT := 1920
## Device identifier. This must come after all inclusions ## Device identifier. This must come after all inclusions
PRODUCT_DEVICE := sanders PRODUCT_DEVICE := sanders
PRODUCT_NAME := aosp_sanders PRODUCT_NAME := sacred_sanders
PRODUCT_BRAND := motorola PRODUCT_BRAND := motorola
PRODUCT_MANUFACTURER := motorola PRODUCT_MANUFACTURER := motorola

View File

@@ -14,4 +14,4 @@
# limitations under the License. # limitations under the License.
# #
add_lunch_combo aosp_sanders-userdebug add_lunch_combo sacred_sanders-userdebug