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/test/Common.cpp b/tools/aapt2/test/Common.cpp index 0fabbc4..b54c155 100644 --- a/tools/aapt2/test/Common.cpp +++ b/tools/aapt2/test/Common.cpp
@@ -16,6 +16,8 @@ #include "test/Common.h" +using android::ConfigDescription; + namespace aapt { namespace test {