summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorAlex Buynytskyy <alexbuy@google.com>2020-04-07 14:26:55 -0700
committerAlex Buynytskyy <alexbuy@google.com>2020-04-07 14:42:50 -0700
commitf41567922839d9e84fad0333788301b6c2b330de (patch)
tree404766a196d175d15820c1528eeacc44501c42a5 /Android.bp
parent21f4dd5c7cd6daa4dd005832024c746a9f551d04 (diff)
Change the way how we call setStorageParams.
Now it's unified with callback FS connector - we are passing the callback pointer directly to dataloader. This restricts access only to methods we want and only by someone we want. Bug: b/153468113 Test: atest PackageManagerShellCommandTest PackageManagerShellCommandIncrementalTest IncrementalServiceTest Change-Id: Ib557ebbe7c6c5ce92140eb20534a3626b3ac96d3
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 874d76fe8d00..d4ca7066781a 100644
--- a/Android.bp
+++ b/Android.bp
@@ -911,6 +911,7 @@ cc_library {
filegroup {
name: "incremental_aidl",
srcs: [
+ "core/java/android/os/incremental/IIncrementalServiceConnector.aidl",
"core/java/android/os/incremental/IncrementalFileSystemControlParcel.aidl",
],
path: "core/java",