summaryrefslogtreecommitdiff
path: root/libs/androidfw/tests/AttributeResolution_test.cpp
diff options
context:
space:
mode:
authorSteven Laver <lavers@google.com>2020-03-30 17:26:53 -0700
committerSteven Laver <lavers@google.com>2020-03-30 17:26:53 -0700
commitc77ad764fad2451538f140b31601e7b8c6c59fa2 (patch)
treea1a2d5009f8ada8a6431fb7b1e5371409221a2c7 /libs/androidfw/tests/AttributeResolution_test.cpp
parentab4024e133fced0d0618571b0b61b4551f489c96 (diff)
parentfe8258195b850442bedf585ce16fe793d1709f47 (diff)
Merge RP1A.200326.001
Change-Id: Ida56d101b2c8fed3c07c8a3bad8d04f02f6b91e5
Diffstat (limited to 'libs/androidfw/tests/AttributeResolution_test.cpp')
-rw-r--r--libs/androidfw/tests/AttributeResolution_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/androidfw/tests/AttributeResolution_test.cpp b/libs/androidfw/tests/AttributeResolution_test.cpp
index c8dbe205fee2..24361b5817f4 100644
--- a/libs/androidfw/tests/AttributeResolution_test.cpp
+++ b/libs/androidfw/tests/AttributeResolution_test.cpp
@@ -67,7 +67,7 @@ class AttributeResolutionXmlTest : public AttributeResolutionTest {
TEST(AttributeResolutionLibraryTest, ApplyStyleWithDefaultStyleResId) {
AssetManager2 assetmanager;
- auto apk_assets = ApkAssets::LoadAsSharedLibrary(GetTestDataPath() + "/styles/styles.apk");
+ auto apk_assets = ApkAssets::Load(GetTestDataPath() + "/styles/styles.apk", PROPERTY_DYNAMIC);
ASSERT_NE(nullptr, apk_assets);
assetmanager.SetApkAssets({apk_assets.get()});