summaryrefslogtreecommitdiffstats
path: root/automotive
diff options
context:
space:
mode:
authorAnthony Mah <amah@codeaurora.org>2017-10-03 16:22:22 -0700
committerKamaljeet Maini <kamaljeet@google.com>2018-01-19 13:20:09 -0800
commita9d8c0d0f101fd351eeb99311bb0267f74f3481e (patch)
tree036800a9f763b55924f09f8672c7664a002c3c20 /automotive
parentd773e954a491d88de09c9b0b0a47635b66065928 (diff)
downloadandroid_hardware_interfaces-a9d8c0d0f101fd351eeb99311bb0267f74f3481e.tar.gz
android_hardware_interfaces-a9d8c0d0f101fd351eeb99311bb0267f74f3481e.tar.bz2
android_hardware_interfaces-a9d8c0d0f101fd351eeb99311bb0267f74f3481e.zip
interfaces: Automotive Vehicle HAL shared lib def
Revise the definitions for Vehicle HAL bp file. Bug: b/67430788 Test: Buits and boots Change-Id: I57ca7ed41de3fd58860b6a1f226c53dcdd6287bf
Diffstat (limited to 'automotive')
-rw-r--r--automotive/vehicle/2.0/default/Android.bp9
1 files changed, 1 insertions, 8 deletions
diff --git a/automotive/vehicle/2.0/default/Android.bp b/automotive/vehicle/2.0/default/Android.bp
index 6a254a513..774bc4f8c 100644
--- a/automotive/vehicle/2.0/default/Android.bp
+++ b/automotive/vehicle/2.0/default/Android.bp
@@ -35,7 +35,7 @@ cc_library_headers {
}
// Vehicle reference implementation lib
-cc_library_static {
+cc_library {
name: "android.hardware.automotive.vehicle@2.0-manager-lib",
vendor: true,
defaults: ["vhal_v2_0_defaults"],
@@ -52,13 +52,6 @@ cc_library_static {
export_include_dirs: ["common/include"],
}
-cc_library_shared {
- name: "android.hardware.automotive.vehicle@2.0-manager-lib-shared",
- vendor: true,
- static_libs: ["android.hardware.automotive.vehicle@2.0-manager-lib"],
- export_static_lib_headers: ["android.hardware.automotive.vehicle@2.0-manager-lib"],
-}
-
// Vehicle default VehicleHAL implementation
cc_library_static {
name: "android.hardware.automotive.vehicle@2.0-default-impl-lib",