Files
build_soong/java
Spandan Das a326b320ab Remove deapex support from java_*_import
prebuilt_apex/apex_set currently supports its deapexed contents to be
returned via a sibling java_import/java_sdk_import module. This is
necesssary for
1. dexpreopt/hiddenapi processing
2. usage as shared library

(1) is no longer necessary. this information is provided by the
top-level prebuilt apexes now

(2) is no longer possible since `exported_java_libs` has been removed in
https://r.android.com/3272110

This CL uses a hack for java_sdk_library_improt. Even though (1) is
provided by the top-level apex, there are still some places where
dexpreopt/hiddenapi processing visits the import modules. This CL uses
a bogus path to make analysis work. If this bogus path gets used, there
will be an error during ninja execution

Test: go test ./apex
Test: in internal lunch cf_x86_64_phone-next-userdebug (uses mainline
prebuilts)
Test: verified that file_list.txt is same
Bug: 368337090

Change-Id: I0ea2327f648f0fc60e337b232f7265e140772ffd
2024-09-20 23:33:09 +00:00
..
2024-07-16 19:41:31 +00:00
2024-09-19 11:12:54 -07:00
2024-08-16 22:57:57 +00:00
2024-05-02 15:41:24 -07:00
2024-04-29 17:40:40 +09:00
2024-08-27 16:04:28 -07:00
2024-08-27 15:50:35 -07:00
2024-09-17 10:03:24 -07:00
2024-09-17 10:03:24 -07:00