aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Yun <justinyun@google.com>2020-11-11 18:25:17 +0900
committerJustin Yun <justinyun@google.com>2020-11-11 18:25:17 +0900
commit1d16c7145572abbc2352cceacb06ba4aeb11fc77 (patch)
tree5b0a7df27caa39c91f20bc0d65de9e261d86d8e1
parent080ebf187e784a1e5473a6a1366dec91b0a7e9c1 (diff)
downloadspeex-1d16c7145572abbc2352cceacb06ba4aeb11fc77.tar.gz
Add product_available to product available modules
vendor_available modules were available to product modules. However, not all vendor_available modules are required to be available to product modules. Some modules want to be available only to product modules but not vendor modules. To cover the requirement, we separate product_available from vendor_available. vendor_available will not provide product available module. Bug: 150902910 Test: build Change-Id: I28134bdb1834ac582645474747e5ab28166ec169
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 290835f..e297beb 100644
--- a/Android.bp
+++ b/Android.bp
@@ -18,6 +18,7 @@ cc_library_shared {
name: "libspeexresampler",
vendor_available: true,
+ product_available: true,
vndk: {
enabled: true,
},