Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1bf3cfc1 authored by Chih-Hung Hsieh's avatar Chih-Hung Hsieh Committed by android-build-merger
Browse files

Merge "Use -Werror in hardware/interfaces" am: 02804915 am: 8e736c21

am: f53fe931

Change-Id: Ifc0a5be285be1a57d998db3c032e392b307cfa80
parents dbd7e5f0 f53fe931
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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"],
+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"],
@@ -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"],
+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,

@@ -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"],
+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: [
@@ -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"],

+2 −0
Original line number Diff line number Diff line
@@ -23,6 +23,8 @@ LOCAL_MODULE_RELATIVE_PATH := hw
LOCAL_SRC_FILES := \
    SoundTriggerHalImpl.cpp

LOCAL_CFLAGS := -Wall -Werror

LOCAL_SHARED_LIBRARIES := \
        libhidlbase \
        libhidltransport \
Loading