Merge "Remove spurious cflags from AudioControl HAL 1.0"

This commit is contained in:
Enrico Granata
2020-01-28 19:30:29 +00:00
committed by Android (Google) Code Review

View File

@@ -30,9 +30,4 @@ cc_binary {
"libutils",
],
vintf_fragments: ["audiocontrol_manifest.xml"],
cflags: [
"-DLOG_TAG=\"AudCntrlDrv\"",
"-O0",
"-g",
],
}