| commit | 2b48703770efab81143d389d7389166eb1a6c8db | [log] [tgz] |
|---|---|---|
| author | Chih-Hung Hsieh <chh@google.com> | Thu Sep 13 14:16:02 2018 -0700 |
| committer | Chih-Hung Hsieh <chh@google.com> | Mon Sep 17 12:50:12 2018 -0700 |
| tree | f309a4bbfbb4f716dee1af20f82ca95aa04b907e | |
| parent | f8d13dee65d3708ea527e9f565be85031d7021ba [diff] [blame] |
Suppress implicit-fallthrough warnings in audioflinger etc. Add FALLTHROUGH_INTENDED for clang compiler. Bug: 112564944 Test: build with global -Wimplicit-fallthrough. Change-Id: I8875bc7ed073aae84d5df97eb39c8c745ca627ef
diff --git a/services/audiopolicy/enginedefault/Android.mk b/services/audiopolicy/enginedefault/Android.mk index cbbe306..837d5bb 100644 --- a/services/audiopolicy/enginedefault/Android.mk +++ b/services/audiopolicy/enginedefault/Android.mk
@@ -34,6 +34,8 @@ LOCAL_MODULE := libaudiopolicyenginedefault LOCAL_MODULE_TAGS := optional +LOCAL_HEADER_LIBRARIES := libbase_headers + LOCAL_STATIC_LIBRARIES := \ libaudiopolicycomponents \