[vold] pass along sysfs name in setOptions
Ignore-AOSP-First: Will cherry-pick to AOSP
BUG: 187308584
Test: atest CtsContentTestCases:android.content.pm.cts.PackageManagerShellCommandIncrementalTest#testInstallWithIdSigNoMissingPages
Change-Id: Iacfe6b735458051f2848b1b766c2b00198b397d9
diff --git a/VoldNativeService.h b/VoldNativeService.h
index 1414c38..5fa04f5 100644
--- a/VoldNativeService.h
+++ b/VoldNativeService.h
@@ -167,7 +167,7 @@
binder::Status unmountIncFs(const std::string& dir) override;
binder::Status setIncFsMountOptions(
const ::android::os::incremental::IncrementalFileSystemControlParcel& control,
- bool enableReadLogs, bool enableReadTimeouts) override;
+ bool enableReadLogs, bool enableReadTimeouts, const std::string& sysfsName) override;
binder::Status bindMount(const std::string& sourceDir, const std::string& targetDir) override;
binder::Status destroyDsuMetadataKey(const std::string& dsuSlot) override;