Files
build_soong/cc
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-01-26 17:46:33 +08:00
2022-08-17 10:43:13 -07:00
2022-09-01 11:24:35 +09:00
2022-05-09 19:36:04 +01:00
2022-09-01 06:37:20 +00:00
2022-05-05 16:36:56 +01:00
2022-03-04 14:07:53 -08:00
2022-08-17 10:43:13 -07:00
2022-08-17 10:43:13 -07:00
2022-08-17 10:43:13 -07:00
2022-05-05 16:36:56 +01:00
2022-09-01 11:24:35 +09:00
2022-06-24 13:45:32 +00:00
2021-04-26 18:41:00 -07:00
2022-09-06 16:24:00 +08:00
2022-08-31 19:40:22 +00:00
2022-08-31 19:40:22 +00:00
2021-07-21 20:37:46 -07:00
2021-07-19 11:42:32 +09:00
2021-06-10 05:22:50 +00:00
2022-04-25 16:00:17 -04:00
2022-02-24 10:29:18 +09:00
2022-07-29 17:54:40 +00:00