• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

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

build


Commit MetaInfo

Révisioneb1a513200bd22b1f64468d97b56b61e16b80a86 (tree)
l'heure2019-10-23 12:24:34
AuteurChih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Message de Log

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

We set them at runtime.

Change Summary

Modification

--- 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