commit | 804e819c1bf64d4df483107e02e896b29e58b3f1 | [log] [tgz] |
---|---|---|
author | Tomasz Wasilczyk <twasilczyk@google.com> | Wed Aug 23 02:22:53 2023 +0000 |
committer | Tomasz Wasilczyk <twasilczyk@google.com> | Fri Sep 01 19:05:34 2023 +0000 |
tree | 300e8f502c5ca18104016ebe30885d0aecf49125 | |
parent | cc7212ddf54bc9ec55d1f08db39833a7c3d91078 [diff] [blame] |
Move String8 path functions to androidfw and aapt Test: m checkbuild Bug: 295394788 Change-Id: I9488bc5632cbd47c83f6b5f2df4c87eb324a1e8e
diff --git a/tools/aapt/Android.bp b/tools/aapt/Android.bp index cecd95a..68db56d 100644 --- a/tools/aapt/Android.bp +++ b/tools/aapt/Android.bp
@@ -51,6 +51,10 @@ "libz", ], + whole_static_libs: [ + "libandroidfw_pathutils", + ], + cflags: [ "-Wall", "-Werror",