diff options
author | Songchun Fan <schfan@google.com> | 2020-05-27 22:17:23 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2020-05-27 22:17:23 +0000 |
commit | f2a6af4b8a4ea7d889b83b7e54135fca6dcfcb40 (patch) | |
tree | 78c35875466c851915046052199991ea15c7f6b2 /services/incremental/IncrementalService.h | |
parent | 09aa3bc4b7c2033af7dffc6e46b3db7aa6224623 (diff) | |
parent | 14f6c3c735164f8c0f879e96a568168b0c564fa6 (diff) |
Merge "[incremental] respect extractNativeLibs in native lib config" into rvc-dev
Diffstat (limited to 'services/incremental/IncrementalService.h')
-rw-r--r-- | services/incremental/IncrementalService.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/services/incremental/IncrementalService.h b/services/incremental/IncrementalService.h index bde4ef68d2a7..05f62b977a85 100644 --- a/services/incremental/IncrementalService.h +++ b/services/incremental/IncrementalService.h @@ -138,7 +138,8 @@ public: bool startLoading(StorageId storage) const; bool configureNativeBinaries(StorageId storage, std::string_view apkFullPath, - std::string_view libDirRelativePath, std::string_view abi); + std::string_view libDirRelativePath, std::string_view abi, + bool extractNativeLibs); bool waitForNativeBinariesExtraction(StorageId storage); class AppOpsListener : public android::BnAppOpsCallback { |