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/configuration/ConfigurationParser_test.cpp b/tools/aapt2/configuration/ConfigurationParser_test.cpp index ccaea4e..3a71e83 100644 --- a/tools/aapt2/configuration/ConfigurationParser_test.cpp +++ b/tools/aapt2/configuration/ConfigurationParser_test.cpp
@@ -26,6 +26,8 @@ #include "test/Test.h" #include "xml/XmlDom.h" +using ::android::ConfigDescription; + namespace aapt { namespace configuration {