summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2019-09-25 14:54:27 -0700
committerSteven Moreland <smoreland@google.com>2019-09-30 16:49:34 +0000
commit1cdf7248d77c1a06e0dc6decfa0457d8580651b9 (patch)
tree611825f6cfae372a6c018339da03d53dce6d2ae9
parent00e036e1c5985729571bba1491d21cab82e09231 (diff)
downloadlibhidl-1cdf7248d77c1a06e0dc6decfa0457d8580651b9.tar.gz
libhidltransport: not in VNDK
b/c it is empty Bug: 135686713 Test: build succeeds (no VNDK libraries depend on this) Change-Id: I6b92cc22f67c9d5972d6605fe9ff492ae0bfa6b8 (cherry picked from commit 0e39b327c9260a97c2313ef02d291fd247a7f687)
-rw-r--r--Android.bp4
1 files changed, 0 insertions, 4 deletions
diff --git a/Android.bp b/Android.bp
index 76dc28f..819732d 100644
--- a/Android.bp
+++ b/Android.bp
@@ -111,8 +111,4 @@ cc_library {
cc_library {
name: "libhidltransport",
vendor_available: true,
- vndk: {
- enabled: true,
- support_system_process: true,
- },
}