Skip to content

Commit

Permalink
santoni: data-ipa-cfg-mgr: Remove verbose cflag
Browse files Browse the repository at this point in the history
Change-Id: I7d028b4b606f209bd6c27f9f74f4fc04ff69d8c7
  • Loading branch information
luca020400 authored and bikramdmbd committed Nov 18, 2020
1 parent 53eb9cc commit 993ef3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data-ipa-cfg-mgr/ipacm/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cc_binary {
local_include_dirs: ["src"] + ["inc"],
header_libs: ["generated_kernel_headers"],

cflags: ["-v"] + ["-DFEATURE_IPA_ANDROID"] + ["-DFEATURE_IPACM_RESTART"] + [
cflags: ["-DFEATURE_IPA_ANDROID"] + ["-DFEATURE_IPACM_RESTART"] + [
"-DFEATURE_IPACM_HAL",
"-DDEBUG",
"-Wall",
Expand Down

0 comments on commit 993ef3e

Please sign in to comment.