commit | 36666dd23562754054a5e6130ab942a6917aa22f | [log] [tgz] |
---|---|---|
author | TreeHugger Robot <treehugger-gerrit@google.com> | Tue Nov 23 16:35:14 2021 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Tue Nov 23 16:35:14 2021 +0000 |
tree | a4786b21a0424da0fecea3c6dc8156b52702e49a | |
parent | fbfa572245e430392f779edbb01b3b18e1b2ed82 [diff] | |
parent | 779447d9647a3fec774c06056dde4b916300827f [diff] |
Merge "Enable granular locks for InstallD."
diff --git a/cmds/installd/InstalldNativeService.cpp b/cmds/installd/InstalldNativeService.cpp index 9c5bf4d..b78a764 100644 --- a/cmds/installd/InstalldNativeService.cpp +++ b/cmds/installd/InstalldNativeService.cpp
@@ -77,7 +77,7 @@ #define LOG_TAG "installd" #endif -// #define GRANULAR_LOCKS +#define GRANULAR_LOCKS using android::base::ParseUint; using android::base::StringPrintf;