Files
build_soong/android
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-08-12 20:39:59 +00:00
2022-07-29 17:54:40 +00:00
2022-08-19 20:54:17 +00:00
2022-09-02 15:20:54 -07:00
2022-08-30 16:07:23 -07:00
2022-09-07 14:58:03 -04:00
2021-03-17 16:35:13 +01:00
2022-08-30 16:07:23 -07:00
2022-08-01 16:07:30 -04:00
2022-06-01 17:57:00 -07:00
2022-06-27 08:52:08 +02:00
2021-12-08 15:08:59 -08:00
2021-12-13 13:33:15 -05:00
2021-03-02 20:17:19 +00:00
2022-08-25 14:47:41 -04:00
2021-09-23 11:37:57 +01:00
2021-12-01 17:43:00 +00:00
2022-08-17 10:43:13 -07:00
2022-08-30 16:07:23 -07:00
2022-08-26 20:05:07 +00:00
2022-05-18 16:38:19 -07:00