Android-x86
Fork
Donation

  • R/O
  • HTTP
  • SSH
  • HTTPS

build: Commit

build


Commit MetaInfo

Revisioneb1a513200bd22b1f64468d97b56b61e16b80a86 (tree)
Time2019-10-23 12:24:34
AuthorChih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Log Message

Don't set ro.product.model and ro.product.manufacturer

We set them at runtime.

Change Summary

Incremental Difference

--- a/tools/buildinfo.sh
+++ b/tools/buildinfo.sh
@@ -26,7 +26,6 @@ fi
2626 if [ -n "$AB_OTA_UPDATER" ] ; then
2727 echo "ro.build.ab_update=$AB_OTA_UPDATER"
2828 fi
29-echo "ro.product.model=$PRODUCT_MODEL"
3029 echo "ro.product.brand=$PRODUCT_BRAND"
3130 echo "ro.product.name=$PRODUCT_NAME"
3231 echo "ro.product.device=$TARGET_DEVICE"
@@ -44,7 +43,6 @@ echo "ro.product.cpu.abilist=$TARGET_CPU_ABI_LIST"
4443 echo "ro.product.cpu.abilist32=$TARGET_CPU_ABI_LIST_32_BIT"
4544 echo "ro.product.cpu.abilist64=$TARGET_CPU_ABI_LIST_64_BIT"
4645
47-echo "ro.product.manufacturer=$PRODUCT_MANUFACTURER"
4846 if [ -n "$PRODUCT_DEFAULT_LOCALE" ] ; then
4947 echo "ro.product.locale=$PRODUCT_DEFAULT_LOCALE"
5048 fi
Show on old repository browser