summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Moreland2017-07-25 20:24:40 -0500
committerSteven Moreland2017-08-02 20:00:14 -0500
commitc716b8c3070f560c11fcc0d7d9b8b19af6bbaf28 (patch)
treee4c1eb30953f95686401952643c447dbd179160d /tetheroffload/config
parentb026c45b293fc40235d4591d4a2d2d62eafe27ce (diff)
downloadplatform-hardware-interfaces-c716b8c3070f560c11fcc0d7d9b8b19af6bbaf28.tar.gz
platform-hardware-interfaces-c716b8c3070f560c11fcc0d7d9b8b19af6bbaf28.tar.xz
platform-hardware-interfaces-c716b8c3070f560c11fcc0d7d9b8b19af6bbaf28.zip
Update makefiles for vndk enabled.
Test: none Bug: 63866913 Change-Id: I29174fdadca2828455ef49f14e53bc95c5238dbb
Diffstat (limited to 'tetheroffload/config')
-rw-r--r--tetheroffload/config/1.0/Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tetheroffload/config/1.0/Android.bp b/tetheroffload/config/1.0/Android.bp
index 7beefbf6..b4ddaa74 100644
--- a/tetheroffload/config/1.0/Android.bp
+++ b/tetheroffload/config/1.0/Android.bp
@@ -42,6 +42,9 @@ cc_library_shared {
42 generated_headers: ["android.hardware.tetheroffload.config@1.0_genc++_headers"], 42 generated_headers: ["android.hardware.tetheroffload.config@1.0_genc++_headers"],
43 export_generated_headers: ["android.hardware.tetheroffload.config@1.0_genc++_headers"], 43 export_generated_headers: ["android.hardware.tetheroffload.config@1.0_genc++_headers"],
44 vendor_available: true, 44 vendor_available: true,
45 vndk: {
46 enabled: true,
47 },
45 shared_libs: [ 48 shared_libs: [
46 "libhidlbase", 49 "libhidlbase",
47 "libhidltransport", 50 "libhidltransport",