summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apexd/apex_shim.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/apexd/apex_shim.cpp b/apexd/apex_shim.cpp
index 05ca0aa..d1ff90d 100644
--- a/apexd/apex_shim.cpp
+++ b/apexd/apex_shim.cpp
@@ -51,9 +51,9 @@ static constexpr const char* kExpectedCtsShimFiles[] = {
"apex_manifest.json",
"apex_manifest.pb",
"etc/hash.txt",
- "app/CtsShimPrebuilt/CtsShimPrebuilt.apk",
- "app/CtsShimTargetPSdkPrebuilt/CtsShimTargetPSdkPrebuilt.apk",
- "priv-app/CtsShimPrivPrebuilt/CtsShimPrivPrebuilt.apk",
+ "app/CtsShim/CtsShim.apk",
+ "app/CtsShimTargetPSdk/CtsShimTargetPSdk.apk",
+ "priv-app/CtsShimPriv/CtsShimPriv.apk",
};
Result<std::string> CalculateSha512(const std::string& path) {