summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Yun <justinyun@google.com>2020-11-12 04:13:45 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-11-12 04:13:45 +0000
commitc4259374e13ea1e2cc8ffbfdf66a5782a0f46b49 (patch)
tree27db0acd2906d282b887cb619d097012b6bbcbee
parentefb5aa21c88ee6b585d1574699bfe011f447124e (diff)
parent716f75f8584f09aa5588ab8aa688ca66d342bc55 (diff)
downloadlibnl-c4259374e13ea1e2cc8ffbfdf66a5782a0f46b49.tar.gz
Add product_available to product available modules am: 75006a2c7d am: 4e7812aafb am: 4d3a74eb06 am: 716f75f858
Original change: https://android-review.googlesource.com/c/platform/external/libnl/+/1495978 Change-Id: Ie149f3fe849d4538a3df57ab92d57bcd40a2711c
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 58122ef7..6ad995a3 100644
--- a/Android.bp
+++ b/Android.bp
@@ -3,6 +3,7 @@ cc_library {
name: "libnl",
host_supported: true,
vendor_available: true,
+ product_available: true,
vndk: {
enabled: true,
},