summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorRobert Horvath <robhor@google.com>2020-11-24 18:36:41 +0100
committerRobert Horvath <robhor@google.com>2020-11-24 19:52:40 +0000
commit2f39bde1b8941ebbfa19b9c7836f72ac9561de8c (patch)
tree6a3ef18e5a849ab04062b813170d17691cb6f749 /Android.bp
parentde9f928103d9ad08b21d3900fd0ca02e5dd97080 (diff)
downloadtvsystem-2f39bde1b8941ebbfa19b9c7836f72ac9561de8c.tar.gz
Add no_dist to TvSystem
TvSystem should not be included in the sdk dist. Bug: 174148106 Test: Build sdk dist, verify tvsystem absent Change-Id: Ifb84976af6f818bda4f4dd5b73d3e1e1cc081d8a
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp3
1 files changed, 2 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index dede902..3b41421 100644
--- a/Android.bp
+++ b/Android.bp
@@ -26,6 +26,7 @@ java_sdk_library {
dex_preopt: {
enabled: false,
},
- system_ext_specific: true
+ system_ext_specific: true,
+ no_dist: true
}