OSDN Git Service

libradio_metadata: work with BOARD_VNDK_VERSION
authorSteven Moreland <smoreland@google.com>
Tue, 18 Apr 2017 02:37:28 +0000 (19:37 -0700)
committerSteven Moreland <smoreland@google.com>
Wed, 19 Apr 2017 17:38:02 +0000 (10:38 -0700)
Test: works with BOARD_VNDK_VERSION
Bug: 37342627
(cherry picked from commit 131eff918c241ee5b016a050f13614588f6fc75f)
Merged-In: I734f94348ce5818ee6720f2ad4f3ad3ad6e74633
Change-Id: I734f94348ce5818ee6720f2ad4f3ad3ad6e74633

radio/Android.bp
radio/src/RadioMetadataWrapper.cpp

index b56434d..ab78cf5 100644 (file)
@@ -12,6 +12,9 @@ cc_library_shared {
         "-fvisibility=hidden",
     ],
 
+    header_libs: ["libsystem_headers"],
+    export_header_lib_headers: ["libsystem_headers"],
+
     local_include_dirs: ["include"],
     export_include_dirs: ["include"],
 
index d7843f2..fbb4fb0 100644 (file)
@@ -2,7 +2,7 @@
 //#define LOG_NDEBUG 0
 
 #include <system/RadioMetadataWrapper.h>
-#include <utils/Log.h>
+#include <log/log.h>
 
 namespace android {