am be66d9f0: am 27eba54b: Add system propery ro.build.flavor.

* commit 'be66d9f09ada756a95a9efd3b67040a81b3322d1':
  Add system propery ro.build.flavor.
This commit is contained in:
Ying Wang
2014-12-08 19:12:15 +00:00
committed by Android Git Automerger
2 changed files with 2 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ echo "ro.build.type=$TARGET_BUILD_TYPE"
echo "ro.build.user=$USER"
echo "ro.build.host=`hostname`"
echo "ro.build.tags=$BUILD_VERSION_TAGS"
echo "ro.build.flavor=$TARGET_BUILD_FLAVOR"
echo "ro.product.model=$PRODUCT_MODEL"
echo "ro.product.brand=$PRODUCT_BRAND"
echo "ro.product.name=$PRODUCT_NAME"