From 1d2be904dff069379b07b3bf2082f58d7193aba5 Mon Sep 17 00:00:00 2001 From: Enrico Granata Date: Tue, 21 Jan 2020 16:08:23 -0800 Subject: [PATCH] Remove spurious cflags from AudioControl HAL 1.0 Nothing in the Android tree appears to reference AudCntrlDrv, and there is no reason why we should ship a HAL implementation running at O0 Test: build Change-Id: I14a3d910d9654ce438930bfa83cec39a7ef99dc2 --- automotive/audiocontrol/1.0/default/Android.bp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/automotive/audiocontrol/1.0/default/Android.bp b/automotive/audiocontrol/1.0/default/Android.bp index 3d04c890bc..ae4b8057ae 100644 --- a/automotive/audiocontrol/1.0/default/Android.bp +++ b/automotive/audiocontrol/1.0/default/Android.bp @@ -30,9 +30,4 @@ cc_binary { "libutils", ], vintf_fragments: ["audiocontrol_manifest.xml"], - cflags: [ - "-DLOG_TAG=\"AudCntrlDrv\"", - "-O0", - "-g", - ], }