summaryrefslogtreecommitdiffstats
path: root/products
diff options
context:
space:
mode:
authorJi-Hwan Lee <jihwan@google.com>2014-08-04 23:30:04 +0900
committerJi-Hwan Lee <jihwan@google.com>2014-08-04 23:30:04 +0900
commit0472aacd45e7c898e7ead8c787ae99cd0a4ba869 (patch)
tree4eacac58b82222f21f9a1d5949ed947ae9f273e5 /products
parent6c30f0e83ece4b876d2fe75637b5a892fc4f6257 (diff)
downloadandroid_device_google_atv-0472aacd45e7c898e7ead8c787ae99cd0a4ba869.tar.gz
android_device_google_atv-0472aacd45e7c898e7ead8c787ae99cd0a4ba869.tar.bz2
android_device_google_atv-0472aacd45e7c898e7ead8c787ae99cd0a4ba869.zip
Define PRODUCT_IS_ATV for ATV products
Bug: 16779633 Change-Id: If1c3a7c8edc916f8f20eb6e325a044018ab453c4
Diffstat (limited to 'products')
-rw-r--r--products/atv_base.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/products/atv_base.mk b/products/atv_base.mk
index b64e099..e513ad2 100644
--- a/products/atv_base.mk
+++ b/products/atv_base.mk
@@ -14,6 +14,8 @@
# limitations under the License.
#
+PRODUCT_IS_ATV := true
+
PRODUCT_PACKAGES := \
TV \
TvProvider \