commit | 29d225c992b7bc5b5d4af53550a88c6cb602a2a0 | [log] [tgz] |
---|---|---|
author | Justin Morey <jmorey@google.com> | Tue Nov 04 13:35:51 2014 -0600 |
committer | Justin Morey <jmorey@google.com> | Tue Nov 04 13:35:51 2014 -0600 |
tree | f2f10bdd847e7a7063ea5a6a7d213ac76da7cd57 | |
parent | abcb155250040cfac06ec86ba72cfca1b594c12d [diff] [blame] |
Set a default value for TARGET_BUILD_DENSITY If no density value is specified when invoking tapas, we now export a default value of 'alldpi' Change-Id: I12b22a4cbd0ef604826aad66c5f7ab9271eb6d57
diff --git a/envsetup.sh b/envsetup.sh index 94f0c48..438b3ca 100644 --- a/envsetup.sh +++ b/envsetup.sh
@@ -601,6 +601,9 @@ if [ -z "$apps" ]; then apps=all fi + if [ -z "$density" ]; then + density=alldpi + fi export TARGET_PRODUCT=$product export TARGET_BUILD_VARIANT=$variant