summaryrefslogtreecommitdiff
path: root/libs/androidfw/Android.bp
diff options
context:
space:
mode:
authorRyan Mitchell <rtmitchell@google.com>2018-08-22 11:22:54 -0700
committerRyan Mitchell <rtmitchell@google.com>2018-08-24 10:11:01 -0700
commitb9b540baf1d2dc028a12c0acba4dd01187c2e961 (patch)
treee395e3da86e5081755ef8a95c70e10bfcaea0739 /libs/androidfw/Android.bp
parent880b41cb009bce63e4fd4db1cb5070a5900ab87f (diff)
AFW: Lookup shared library resource ids
Shared libraries were failing to retrieve correct resource ids from the values of attributes in xml files. The packages of the shared ids were not changed from 0 to their runtime assigned package ids. Bug: 112776204 Test: atest FieldsClassificationTest#testGetAlgorithm Change-Id: I509bc7632f5ec3e9b644e590934e6cf569a4d938
Diffstat (limited to 'libs/androidfw/Android.bp')
-rw-r--r--libs/androidfw/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/androidfw/Android.bp b/libs/androidfw/Android.bp
index e39926beee41..bba36bcba804 100644
--- a/libs/androidfw/Android.bp
+++ b/libs/androidfw/Android.bp
@@ -136,6 +136,7 @@ cc_test {
"tests/ByteBucketArray_test.cpp",
"tests/Config_test.cpp",
"tests/ConfigLocale_test.cpp",
+ "tests/DynamicRefTable_test.cpp",
"tests/Idmap_test.cpp",
"tests/LoadedArsc_test.cpp",
"tests/ResourceUtils_test.cpp",