summaryrefslogtreecommitdiff
path: root/libhidlmemory
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2017-08-09 00:46:46 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-08-09 00:46:46 +0000
commitd0329fe6202636eeae7d35d2ed055c9a805ba89d (patch)
treea2ed0a7dd14859da52f787fc5f15a2cd50e8fa61 /libhidlmemory
parente6a7a74384d6aa42ebd11fb01a9f06c7d09d7548 (diff)
parentc75fc62c3a511350109625ed5b3fbd0986163089 (diff)
downloadlibhidl-d0329fe6202636eeae7d35d2ed055c9a805ba89d.tar.gz
Replace soong variables with cc_defaults.
am: c75fc62c3a Change-Id: Icc830a0cb4e86327c5fc9f6f31a274368967c2bf
Diffstat (limited to 'libhidlmemory')
-rw-r--r--libhidlmemory/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libhidlmemory/Android.bp b/libhidlmemory/Android.bp
index 59ce7a8..e854ab5 100644
--- a/libhidlmemory/Android.bp
+++ b/libhidlmemory/Android.bp
@@ -19,7 +19,7 @@ cc_library {
enabled: true,
support_system_process: true,
},
- cflags: libhidl_flags,
+ defaults: ["libhidl-defaults"],
shared_libs: [
"libbase",
"liblog",