| commit | 5c541f6e36c049d2a00628083ca0534bf39db971 | [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 09:56:09 2018 -0700 |
| tree | b96859ed3ac2264eaae528d3eaf11f7a0901aeb0 | |
| parent | 61b9b6c9eb7acb7b5f260f43b04d31d17bb59557 [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 Merged-In: I54210bbbd8dad5903cb7100807df977efa394ad5
diff --git a/tools/aapt2/ResourceParser_test.cpp b/tools/aapt2/ResourceParser_test.cpp index 41b4041..9de43c0 100644 --- a/tools/aapt2/ResourceParser_test.cpp +++ b/tools/aapt2/ResourceParser_test.cpp
@@ -29,6 +29,7 @@ using ::aapt::io::StringInputStream; using ::aapt::test::StrValueEq; using ::aapt::test::ValueEq; +using ::android::ConfigDescription; using ::android::Res_value; using ::android::ResTable_map; using ::android::StringPiece;