Files
build_soong/java
Jiyong Park 53554e2559 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
2019-07-15 17:21:20 +09:00
..
2019-03-19 23:33:47 +00:00
2019-06-25 20:56:17 +00:00
2019-04-26 11:13:30 -07:00
2019-04-10 12:21:09 -07:00
2019-04-22 10:08:35 -07:00
2019-03-20 19:29:59 +00:00
2019-04-22 10:08:35 -07:00
2019-04-22 10:08:35 -07:00
2019-03-04 18:11:53 +00:00
2019-01-23 18:05:18 +00:00
2018-12-18 20:28:06 +00:00
2019-04-02 16:38:55 +00:00
2019-04-22 10:08:35 -07:00
2019-04-23 14:26:06 +09:00
2019-04-22 10:08:35 -07:00