Loading bluetooth/1.0/default/Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -115,6 +115,7 @@ cc_test_host { cc_binary { name: "android.hardware.bluetooth@1.0-service", defaults: ["hidl_defaults"], relative_install_path: "hw", vendor: true, init_rc: ["android.hardware.bluetooth@1.0-service.rc"], Loading boot/1.0/default/Android.bp +2 −0 Original line number Diff line number Diff line cc_library_shared { name: "android.hardware.boot@1.0-impl", defaults: ["hidl_defaults"], relative_install_path: "hw", vendor: true, srcs: ["BootControl.cpp"], Loading @@ -17,6 +18,7 @@ cc_library_shared { cc_binary { name: "android.hardware.boot@1.0-service", defaults: ["hidl_defaults"], relative_install_path: "hw", vendor: true, init_rc: ["android.hardware.boot@1.0-service.rc"], Loading gatekeeper/1.0/default/Android.bp +2 −0 Original line number Diff line number Diff line cc_library_shared { name: "android.hardware.gatekeeper@1.0-impl", defaults: ["hidl_defaults"], relative_install_path: "hw", vendor: true, Loading @@ -18,6 +19,7 @@ cc_library_shared { cc_binary { name: "android.hardware.gatekeeper@1.0-service", defaults: ["hidl_defaults"], relative_install_path: "hw", vendor: true, init_rc: ["android.hardware.gatekeeper@1.0-service.rc"], Loading gnss/1.0/default/Android.bp +2 −2 Original line number Diff line number Diff line cc_library_shared { name: "android.hardware.gnss@1.0-impl", defaults: ["hidl_defaults"], vendor: true, relative_install_path: "hw", srcs: [ Loading Loading @@ -27,14 +28,13 @@ cc_library_shared { "libhardware", ], cflags: ["-Werror"], } cc_binary { relative_install_path: "hw", vendor: true, name: "android.hardware.gnss@1.0-service", defaults: ["hidl_defaults"], init_rc: ["android.hardware.gnss@1.0-service.rc"], srcs: ["service.cpp"], Loading soundtrigger/2.0/default/Android.mk +2 −0 Original line number Diff line number Diff line Loading @@ -23,6 +23,8 @@ LOCAL_MODULE_RELATIVE_PATH := hw LOCAL_SRC_FILES := \ SoundTriggerHalImpl.cpp LOCAL_CFLAGS := -Wall -Werror LOCAL_SHARED_LIBRARIES := \ libhidlbase \ libhidltransport \ Loading Loading
bluetooth/1.0/default/Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -115,6 +115,7 @@ cc_test_host { cc_binary { name: "android.hardware.bluetooth@1.0-service", defaults: ["hidl_defaults"], relative_install_path: "hw", vendor: true, init_rc: ["android.hardware.bluetooth@1.0-service.rc"], Loading
boot/1.0/default/Android.bp +2 −0 Original line number Diff line number Diff line cc_library_shared { name: "android.hardware.boot@1.0-impl", defaults: ["hidl_defaults"], relative_install_path: "hw", vendor: true, srcs: ["BootControl.cpp"], Loading @@ -17,6 +18,7 @@ cc_library_shared { cc_binary { name: "android.hardware.boot@1.0-service", defaults: ["hidl_defaults"], relative_install_path: "hw", vendor: true, init_rc: ["android.hardware.boot@1.0-service.rc"], Loading
gatekeeper/1.0/default/Android.bp +2 −0 Original line number Diff line number Diff line cc_library_shared { name: "android.hardware.gatekeeper@1.0-impl", defaults: ["hidl_defaults"], relative_install_path: "hw", vendor: true, Loading @@ -18,6 +19,7 @@ cc_library_shared { cc_binary { name: "android.hardware.gatekeeper@1.0-service", defaults: ["hidl_defaults"], relative_install_path: "hw", vendor: true, init_rc: ["android.hardware.gatekeeper@1.0-service.rc"], Loading
gnss/1.0/default/Android.bp +2 −2 Original line number Diff line number Diff line cc_library_shared { name: "android.hardware.gnss@1.0-impl", defaults: ["hidl_defaults"], vendor: true, relative_install_path: "hw", srcs: [ Loading Loading @@ -27,14 +28,13 @@ cc_library_shared { "libhardware", ], cflags: ["-Werror"], } cc_binary { relative_install_path: "hw", vendor: true, name: "android.hardware.gnss@1.0-service", defaults: ["hidl_defaults"], init_rc: ["android.hardware.gnss@1.0-service.rc"], srcs: ["service.cpp"], Loading
soundtrigger/2.0/default/Android.mk +2 −0 Original line number Diff line number Diff line Loading @@ -23,6 +23,8 @@ LOCAL_MODULE_RELATIVE_PATH := hw LOCAL_SRC_FILES := \ SoundTriggerHalImpl.cpp LOCAL_CFLAGS := -Wall -Werror LOCAL_SHARED_LIBRARIES := \ libhidlbase \ libhidltransport \ Loading