commit | e1c834db040051c04b4ba946753e322f847d386b | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Fri Jan 05 14:42:12 2018 -0800 |
committer | Steven Moreland <smoreland@google.com> | Fri Jan 05 14:42:12 2018 -0800 |
tree | ef3285992839124c3a0471609e8b53c99fe3d441 | |
parent | 9e7cec22e03f37328eeed648c4d3b254d6873ba3 [diff] [blame] |
Use override_export_include_dirs. Bug: 62878521 Test: soong build system finds renamed attribute Change-Id: I51e42f4378db366b8711cd373fb835fecda88416
diff --git a/libcutils/Android.bp b/libcutils/Android.bp index 9cba109..6d00dc6 100644 --- a/libcutils/Android.bp +++ b/libcutils/Android.bp
@@ -36,7 +36,7 @@ export_include_dirs: ["include"], target: { vendor: { - export_include_dirs: ["include_vndk"], + override_export_include_dirs: ["include_vndk"], }, linux_bionic: { enabled: true,