Android-x86
Fork
Donation

  • R/O
  • HTTP
  • SSH
  • HTTPS

device-generic-x86_64: Commit

device/generic/x86_64


Commit MetaInfo

Revision7e2e45276f31f6a5d006dc3986f2812ebcc9d007 (tree)
Time2017-10-26 19:33:43
Authormeijjaa <jjmeijer88@gmai...>
CommiterChih-Wei Huang

Log Message

Update for CM naming convention

Change Summary

Incremental Difference

--- a/android_x86_64.mk
+++ b/android_x86_64.mk
@@ -18,7 +18,7 @@
1818 $(call inherit-product,device/generic/common/x86_64.mk)
1919
2020 # Overrides
21-PRODUCT_NAME := android_x86_64
21+PRODUCT_NAME := cm_android_x86_64
2222 PRODUCT_BRAND := Android-x86
23-PRODUCT_DEVICE := x86_64
23+PRODUCT_DEVICE := android_x86_64
2424 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
Show on old repository browser