summaryrefslogtreecommitdiff
path: root/services/incremental/IncrementalService.h
diff options
context:
space:
mode:
authorAlex Buynytskyy <alexbuy@google.com>2020-02-08 17:50:50 -0800
committerAlex Buynytskyy <alexbuy@google.com>2020-02-10 07:06:34 -0800
commitcd4d3875e20cd5f892dbc1f5fea76df2b3a0e6ea (patch)
treed4ccbd3a85282b9d69326e4c6de4293c0b51e557 /services/incremental/IncrementalService.h
parent6e406c8ae79fd2d300ea983e6f6867328b43350f (diff)
Incremental install via adb.
- passing V4 signature to IncFS, - cleanup and use InstallationFile everywhere, - pass params to DataLoader creation, - minor refactor for PackageManagerShellCommandDataLoader to prepare for Incremental data loading. Test: atest PackageManagerShellCommandTest Bug: b/136132412 b/133435829 Change-Id: Iacc3e4c51c0fa3410b076147ce153a1303246189
Diffstat (limited to 'services/incremental/IncrementalService.h')
-rw-r--r--services/incremental/IncrementalService.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/services/incremental/IncrementalService.h b/services/incremental/IncrementalService.h
index 2444ddecdb80..2e7ced37e91d 100644
--- a/services/incremental/IncrementalService.h
+++ b/services/incremental/IncrementalService.h
@@ -122,7 +122,6 @@ public:
}
RawMetadata getMetadata(StorageId storage, FileId node) const;
- std::string getSignatureData(StorageId storage, FileId node) const;
std::vector<std::string> listFiles(StorageId storage) const;
bool startLoading(StorageId storage) const;