diff options
author | 2020-07-09 13:40:57 +0100 | |
---|---|---|
committer | 2020-07-15 14:33:43 +0000 | |
commit | 7400a5466a04f9a274d262c5cb1fd35ff496839a (patch) | |
tree | 8e4d617b0e0fdfda2c089a6a30353d470c0fb2b3 /runtime/hidden_api_test.cc | |
parent | b461b53c926dae7f1959a309b0a2b109b6d3c4d3 (diff) |
Fixes for gtests in eng-prod
Bug: 147817558
Test: art/art-host-gtest on forrest
Change-Id: I0ecfbc81fe6998d4c8c69ce6fbeb35bdd5908b55
Diffstat (limited to 'runtime/hidden_api_test.cc')
-rw-r--r-- | runtime/hidden_api_test.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/hidden_api_test.cc b/runtime/hidden_api_test.cc index 16df6d751d..e933c01433 100644 --- a/runtime/hidden_api_test.cc +++ b/runtime/hidden_api_test.cc @@ -633,6 +633,7 @@ TEST_F(HiddenApiTest, DexDomain_SystemExtDir) { TEST_F(HiddenApiTest, DexDomain_SystemFrameworkDir) { // Load file from a system/framework directory and check that it is flagged as a framework dex. + std::filesystem::create_directory(GetAndroidRoot() + "/framework"); std::string system_framework_location_path = GetAndroidRoot() + "/framework/foo.jar"; ASSERT_TRUE(LocationIsOnSystemFramework(system_framework_location_path.c_str())); |