am 29d225c9: Set a default value for TARGET_BUILD_DENSITY

* commit '29d225c992b7bc5b5d4af53550a88c6cb602a2a0':
  Set a default value for TARGET_BUILD_DENSITY
This commit is contained in:
Justin Morey
2014-11-04 20:05:44 +00:00
committed by Android Git Automerger

View File

@@ -601,6 +601,9 @@ function tapas()
if [ -z "$apps" ]; then
apps=all
fi
if [ -z "$density" ]; then
density=alldpi
fi
export TARGET_PRODUCT=$product
export TARGET_BUILD_VARIANT=$variant