diff options
author | Neil Fuller <nfuller@google.com> | 2019-06-12 13:52:19 +0100 |
---|---|---|
committer | Neil Fuller <nfuller@google.com> | 2019-06-20 15:39:35 +0100 |
commit | 514286eebbe45200412edc8d2b2e3d7e4e1fa794 (patch) | |
tree | 47e424bde5d2415b71ddb98b924457af6cf98801 /NativeCode.bp | |
parent | c305f5e3bbcd6a6296497a60ef51f78431383b85 (diff) |
Move IcuRegistration class to external/icu
Move IcuRegistration class to external/icu for sharing with
other code.
See the associated change in external/icu.
Bug: 120493361
Test: See external/icu change
Change-Id: I3ddfa073b6dc40ac3fbc90e1cf5cecd8339a4e55
Diffstat (limited to 'NativeCode.bp')
-rw-r--r-- | NativeCode.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/NativeCode.bp b/NativeCode.bp index 38f57b364f..e40b9bc80b 100644 --- a/NativeCode.bp +++ b/NativeCode.bp @@ -66,6 +66,7 @@ cc_library_shared { "libz", ], static_libs: [ + "libandroidicuinit", "libziparchive", ], target: { |