commit | 545b544b0ab112f33802b628b577e0c87af67720 | [log] [tgz] |
---|---|---|
author | Shikha Malhotra <shikhamalhotra@google.com> | Tue Apr 05 08:52:37 2022 +0000 |
committer | Shikha Malhotra <shikhamalhotra@google.com> | Tue Apr 05 11:51:44 2022 +0000 |
tree | 043af3f510232074b7fa015b51b7633c69c0319b | |
parent | e0afbd8a8acd3a836af70420940d8e7eb65d6385 [diff] [blame] |
Reverting the test as it might be failing other tests Bug: 228027254 Test: manually test exitsing test cases Change-Id: Ic44ff66c256ec326c2a138cd266234db76a7ddb2 Merged-In: I1211b8abefc99104eb9135d94d8b961a2d0a8fa0
diff --git a/cmds/installd/InstalldNativeService.cpp b/cmds/installd/InstalldNativeService.cpp index c95ee41..358a0e0 100644 --- a/cmds/installd/InstalldNativeService.cpp +++ b/cmds/installd/InstalldNativeService.cpp
@@ -474,7 +474,8 @@ StringPrintf("%smisc/installd/using_project_ids", android_data_dir.c_str()); sUsingProjectIdsFlag = access(using_project_ids.c_str(), F_OK) == 0; }); - return sUsingProjectIdsFlag; + // return sUsingProjectIdsFlag; + return false; } static int prepare_app_dir(const std::string& path, mode_t target_mode, uid_t uid, gid_t gid,