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

Commit 98903484 authored by Chih-hung Hsieh's avatar Chih-hung Hsieh Committed by android-build-merger
Browse files

Merge "Use -Werror in hardware/interfaces" am: 85bb01dd am: 3ed04cd3

am: baf19e17

Change-Id: I8806a9887178a7f778cc556c804a5b7a05d59836
parents 8f00edac baf19e17
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@

cc_library_shared {
    name: "android.hardware.audio.common@2.0-util",
    defaults: ["hidl_defaults"],
    vendor_available: true,
    vndk: {
        enabled: true,
+1 −0
Original line number Diff line number Diff line
cc_library_shared {
    name: "libhwminijail",
    defaults: ["hidl_defaults"],
    vendor: true,
    export_include_dirs: ["include"],

+1 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@ cc_library_shared {

cc_binary {
    name: "android.hardware.nfc@1.0-service",
    defaults: ["hidl_defaults"],
    relative_install_path: "hw",
    proprietary: true,
    init_rc: ["android.hardware.nfc@1.0-service.rc"],
+1 −0
Original line number Diff line number Diff line
@@ -50,6 +50,7 @@ cc_test {

cc_library_static {
    name: "RadioVtsTestUtilBase",
    defaults: ["hidl_defaults"],
    srcs : [
        "vts_test_util.cpp"
    ],
+1 −0
Original line number Diff line number Diff line
cc_library_shared {
    name: "android.hardware.tests.hash@1.0-impl",
    defaults: ["hidl_defaults"],
    relative_install_path: "hw",
    srcs: [
        "Hash.cpp",
Loading