commit | c75fc62c3a511350109625ed5b3fbd0986163089 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Fri Aug 04 11:04:39 2017 -0700 |
committer | Justin Yun <justinyun@google.com> | Tue Aug 08 13:57:49 2017 +0900 |
tree | a777a9d47077c2244327bfc445d4f5f9420a5f87 | |
parent | 768011e1c11ea8b66e2fa9a1391b046f7e901448 [diff] [blame] |
Replace soong variables with cc_defaults. Bug: 64318482 Test: links Change-Id: Id03af485a4282db5b9a13a79fce00a2d66b59ffc
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 @@ enabled: true, support_system_process: true, }, - cflags: libhidl_flags, + defaults: ["libhidl-defaults"], shared_libs: [ "libbase", "liblog",