summaryrefslogtreecommitdiff
path: root/services/incremental/BinderIncrementalService.h
diff options
context:
space:
mode:
authorSongchun Fan <schfan@google.com>2020-05-27 22:17:23 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2020-05-27 22:17:23 +0000
commitf2a6af4b8a4ea7d889b83b7e54135fca6dcfcb40 (patch)
tree78c35875466c851915046052199991ea15c7f6b2 /services/incremental/BinderIncrementalService.h
parent09aa3bc4b7c2033af7dffc6e46b3db7aa6224623 (diff)
parent14f6c3c735164f8c0f879e96a568168b0c564fa6 (diff)
Merge "[incremental] respect extractNativeLibs in native lib config" into rvc-dev
Diffstat (limited to 'services/incremental/BinderIncrementalService.h')
-rw-r--r--services/incremental/BinderIncrementalService.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/services/incremental/BinderIncrementalService.h b/services/incremental/BinderIncrementalService.h
index af1136344246..68549f5a8ff8 100644
--- a/services/incremental/BinderIncrementalService.h
+++ b/services/incremental/BinderIncrementalService.h
@@ -77,7 +77,8 @@ public:
binder::Status configureNativeBinaries(int32_t storageId, const std::string& apkFullPath,
const std::string& libDirRelativePath,
- const std::string& abi, bool* _aidl_return) final;
+ const std::string& abi, bool extractNativeLibs,
+ bool* _aidl_return) final;
binder::Status waitForNativeBinariesExtraction(int storageId, bool* _aidl_return) final;
private: