aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2020-11-30 06:15:56 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2020-11-30 06:15:56 +0000
commitcdc4dc22b70950f483346694460af09fdcd0a198 (patch)
tree9dabdc86f6993d0b23a3932dea07edbc0e5f249f
parent8d1a045313f7041f5dd564a4f12c4cd83b7562da (diff)
parent9baf6c4c19e285105409494314d5cffab4d65cb8 (diff)
downloadcompiler-rt-cdc4dc22b70950f483346694460af09fdcd0a198.tar.gz
Merge "Add "product_available" to product available modules"
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 8d12b3d93..233a6dea7 100644
--- a/Android.bp
+++ b/Android.bp
@@ -71,6 +71,7 @@ cc_library_static {
cc_library {
name: "libcompiler_rt",
vendor_available: false,
+ product_available: false,
vndk: {
enabled: true,
support_system_process: true,