• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

device/generic/x86_64


Commit MetaInfo

Revisiond38c6983f2475ad08173e046040d0615375f10ee (tree)
Time2016-02-19 07:12:47
Authormeijjaa <jjmeijer88@gmai...>
Commitermeijjaa

Log Message

Update for CM naming convention

Change Summary

Incremental Difference

--- a/android_x86_64.mk
+++ b/android_x86_64.mk
@@ -20,7 +20,7 @@ $(call inherit-product,$(SRC_TARGET_DIR)/product/core_64_bit.mk)
2020 $(call inherit-product,device/generic/common/x86.mk)
2121
2222 # Overrides
23-PRODUCT_NAME := android_x86_64
23+PRODUCT_NAME := cm_android_x86_64
2424 PRODUCT_BRAND := Android-x86
25-PRODUCT_DEVICE := x86_64
25+PRODUCT_DEVICE := android_x86_64
2626 PRODUCT_MODEL := Generic Android-x86_64
--- /dev/null
+++ b/cm.mk
@@ -0,0 +1,5 @@
1+# Release name
2+PRODUCT_RELEASE_NAME := android_x86_64
3+
4+# Inherit device configuration
5+$(call inherit-product, $(LOCAL_PATH)/android_x86_64.mk)
--- a/vendorsetup.sh
+++ b/vendorsetup.sh
@@ -20,6 +20,6 @@
2020 # In particular, you can add lunch options with the add_lunch_combo
2121 # function: add_lunch_combo generic-eng
2222
23-add_lunch_combo android_x86_64-eng
24-add_lunch_combo android_x86_64-userdebug
25-add_lunch_combo android_x86_64-user
23+add_lunch_combo cm_android_x86_64-eng
24+add_lunch_combo cm_android_x86_64-userdebug
25+add_lunch_combo cm_android_x86_64-user