Merge "Fix formatting errors in sensors MH2 bp files" am: 30fc7d4ba3 am: 59c1adabc7

Change-Id: I3d1621a65ded4673871bb7dc91b00c09ec2ab311
This commit is contained in:
Automerger Merge Worker
2020-02-05 00:59:12 +00:00
2 changed files with 6 additions and 6 deletions

View File

@@ -46,7 +46,7 @@ cc_binary {
],
init_rc: ["android.hardware.sensors@2.0-service-multihal.rc"],
vintf_fragments: ["android.hardware.sensors@2.0-multihal.xml"],
shared_libs: ["android.hardware.sensors@2.0-ScopedWakelock"]
shared_libs: ["android.hardware.sensors@2.0-ScopedWakelock"],
}
cc_library_headers {
@@ -66,8 +66,8 @@ cc_library_shared {
],
vendor_available: true,
export_header_lib_headers: [
"android.hardware.sensors@2.0-multihal.header"
]
"android.hardware.sensors@2.0-multihal.header",
],
}
// The below targets should only be used for testing.
@@ -85,7 +85,7 @@ cc_test_library {
"android.hardware.sensors@2.0-multihal.header",
],
export_shared_lib_headers: [
"android.hardware.sensors@2.0-ScopedWakelock",
"android.hardware.sensors@2.0-ScopedWakelock",
],
shared_libs: [
"libutils",

View File

@@ -25,7 +25,7 @@ cc_defaults {
shared_libs: [
"android.hardware.sensors@1.0",
"android.hardware.sensors@2.0",
"android.hardware.sensors@2.0-ScopedWakelock",
"android.hardware.sensors@2.0-ScopedWakelock",
"libcutils",
"libfmq",
"libhardware",
@@ -38,7 +38,7 @@ cc_defaults {
"android.hardware.sensors@2.0-HalProxy",
],
cflags: [
"-DLOG_TAG=\"FakeSubHal\""
"-DLOG_TAG=\"FakeSubHal\"",
],
}