OSDN Git Service

Add common CM configuration
authormeijjaa <jjmeijer88@gmail.com>
Wed, 17 Feb 2016 18:51:30 +0000 (19:51 +0100)
committerJaap Jan Meijer <jjmeijer88@gmail.com>
Tue, 26 Jul 2016 20:12:36 +0000 (22:12 +0200)
x86.mk

diff --git a/x86.mk b/x86.mk
index 2c94d1f..322c8c2 100644 (file)
--- a/x86.mk
+++ b/x86.mk
 # This is a generic product that isn't specialized for a specific device.
 # It includes the base Android-x86 platform.
 
+# Release name
+PRODUCT_RELEASE_NAME := android-x86
+
+# Inherit some common CM stuff.
+$(call inherit-product, vendor/cm/config/common_full_phone.mk)
+
 # Additional settings used in all AOSP builds
 PRODUCT_PROPERTY_OVERRIDES := \
     ro.com.android.dateformat=MM-dd-yyyy \