diff options
author | Jiyong Park <jiyong@google.com> | 2019-07-15 15:31:16 +0900 |
---|---|---|
committer | android-build-team Robot <android-build-team-robot@google.com> | 2019-07-17 03:10:19 +0000 |
commit | b8650ff16bb7fe69370d38cb7002c7b0929067ed (patch) | |
tree | f3487ca0f2fb9057a00164619277496e9cc895a4 /bpfix | |
parent | 2c7b1c41cd603dece99e8e93f888b83650271e98 (diff) | |
download | build_soong-b8650ff16bb7fe69370d38cb7002c7b0929067ed.tar.gz build_soong-b8650ff16bb7fe69370d38cb7002c7b0929067ed.tar.bz2 build_soong-b8650ff16bb7fe69370d38cb7002c7b0929067ed.zip |
Fix the unbundled mainline module build
This change fixes two problems:
1) the prebuilt apexes are force disabled for the unbundled builds
because we need to build the modules from the source then
2) the dependencies from an sdk_library module to
*.stubs.{public|system|tests} are not added for the unbundled build
because the stubs modules are disabled.
Bug: 137282010
Test: unbundled mainline builds are successful
Test: build com.android.media and inspect the jar file to see if
hiddenapi flags are there
$ cd out/dist/mainline_modules_arm
$ unzip com.android.media.apex apex_payload.img
$ mkdir -p mnt
$ sudo mount -o ro,loop apex_payload.img mnt
$ dexdump2 mnt/javalib/updatable-media.jar | grep hiddenapi
shows results
Merged-In: I2c00af07aac4a15770d3acab011a36e2e4803bfc
Change-Id: I2c00af07aac4a15770d3acab011a36e2e4803bfc
(cherry picked from commit 53554e25593d6498a229d1dc89208aade4137008)
Diffstat (limited to 'bpfix')
0 files changed, 0 insertions, 0 deletions