From: Tri Vo Date: Tue, 27 Jun 2017 16:54:36 +0000 (-0700) Subject: system/media build with BOARD_VNDK_VERSION X-Git-Tag: android-x86-9.0-r1~69 X-Git-Url: http://git.osdn.net/view?p=android-x86%2Fsystem-media.git;a=commitdiff_plain;h=a6bddef1a2549c0b05b1fdb4a3bee4b06224f70b system/media build with BOARD_VNDK_VERSION Bug: 37342627 Test: cd system/media && mma -j64 -k BOARD_VNDK_VERSION=current Change-Id: I7f99fbe685a960f0506398cdb21a7d86d1d8d4a1 --- diff --git a/audio_utils/Android.bp b/audio_utils/Android.bp index bde8b4ac..f0f0097e 100644 --- a/audio_utils/Android.bp +++ b/audio_utils/Android.bp @@ -35,10 +35,12 @@ cc_library { header_libs: [ "libaudio_system_headers", + "libutils_headers", ], export_header_lib_headers: [ "libaudio_system_headers", + "libutils_headers", ], shared_libs: [ diff --git a/audio_utils/PowerLog.cpp b/audio_utils/PowerLog.cpp index ab0dcaa3..15048baf 100644 --- a/audio_utils/PowerLog.cpp +++ b/audio_utils/PowerLog.cpp @@ -23,6 +23,7 @@ #include #include #include +#include #include #include