Files
build_soong/java
Jihoon Kang f78a890183 Specify jnilib partition in Android-<target>.mk
Context
- Android-<target>.mk currently does not contain information about partition for its dependent unembedded jni libraries, but only lists the name of the unembedded jni libraries.
- If an android_app module depends on an unembedded jni library that is located in a different partition, make cannot find the library.

Implementation
- Create a string field partition in jniLib struct.
- Add variable "LOCAL_SOONG_JNI_LIBS_PARTITION_<target>", an array of mappings of the name of the jni library to its partition.

Bug: 154162945
Test: m
Change-Id: I6b8e1272ff59dc70e3dd6ce8c6c8e4686dad76df
2022-10-04 03:26:05 +00:00
..
2022-09-01 15:20:00 -07:00
2020-11-30 14:16:02 -08:00
2022-08-17 10:43:13 -07:00
2022-04-26 18:49:02 +00:00
2022-08-17 10:43:13 -07:00
2021-06-30 14:29:49 -04:00
2022-05-13 19:47:48 -04:00
2022-08-11 12:26:51 -07:00