| commit | 24c9aa65411207067f509c5e88ad31b303d26fcd | [log] [tgz] |
|---|---|---|
| author | MÃ¥rten Kongstad <marten.kongstad@sony.com> | Wed Jun 20 08:46:41 2018 +0200 |
| committer | Todd Kennedy <toddke@google.com> | Mon Oct 08 06:50:22 2018 -0700 |
| tree | 9a7405282c003f0c360c95bd051681733d765919 | |
| parent | ec5c04f4ab781938123e5f68569048cf65fddc14 [diff] [blame] |
libandroidfw: move ConfigDescription from aapt2 to libandroidfw This is to allow idmap2 to access ConfigDescription. Test: libandroidfw_tests Test: aapt2_tests Change-Id: I54210bbbd8dad5903cb7100807df977efa394ad5
diff --git a/tools/aapt2/java/ProguardRules_test.cpp b/tools/aapt2/java/ProguardRules_test.cpp index 3d93cb1..da24907 100644 --- a/tools/aapt2/java/ProguardRules_test.cpp +++ b/tools/aapt2/java/ProguardRules_test.cpp
@@ -21,6 +21,7 @@ #include "test/Test.h" using ::aapt::io::StringOutputStream; +using ::android::ConfigDescription; using ::testing::HasSubstr; using ::testing::Not;