diff options
author | Neil Fuller <nfuller@google.com> | 2018-07-10 15:58:56 +0100 |
---|---|---|
committer | Neil Fuller <nfuller@google.com> | 2018-08-13 18:51:57 +0000 |
commit | b6738ff25204317f3cd3ba19f09d9132ff9370ab (patch) | |
tree | 615797a441098aea9adcd02636f4821853b9eecd /NativeCode.bp | |
parent | 99c0166e30d83e6e3a3349301de3eec2c56676cc (diff) |
Move libcore/include to point of use
Move the ScopedIcuLocale.h and ScopedJavaUnicodeString.h
to the places they are used. Remove the pretence that libcore/
is in the business of providing native utility code and this
should make that more obvious.
Test: Build
Bug: 111055375
Change-Id: I5113a2a5275cf4e1dcc52782bc957986af35f9c3
Diffstat (limited to 'NativeCode.bp')
-rw-r--r-- | NativeCode.bp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/NativeCode.bp b/NativeCode.bp index f041bc2d63..840b19ad85 100644 --- a/NativeCode.bp +++ b/NativeCode.bp @@ -21,7 +21,6 @@ cc_defaults { name: "core_native_default_flags", host_supported: true, - local_include_dirs: ["include"], cflags: [ "-Wall", "-Wextra", |