Kiyoung Kim
487689eaee
Introduce cc_api_library
...
Introduce cc_api_library, which reflects imported API from other
inner-tree. This cc_api_library module type will later refer from
the other ninja module which generates stub library from the interface
description.
Tested environment :
* original libc definition has been removed temporarily, to ensure that
imported api stub library is being used from build
* Added new definition of libc as below
cc_api_library {
name: "libc",
arch: {
x86: {
src: "libs/x86/libc.so",
},
x86_64: {
src: "libs/x86_64/libc.so",
},
},
header_libs: [
"libc_headers",
],
export_header_lib_headers: ["libc_headers"],
min_sdk_version: "9",
vendor_available: true,
}
Bug: 236087698
Test: `ALLOW_MISSING_DEPENDENCIES=true m vendorimage` succeeded
Change-Id: I67070b0f3561aa2afd73b6c1c0fdf4255218baac
2022-08-10 10:12:18 +09:00
..
2022-07-21 15:49:05 +08:00
2022-04-28 14:18:59 +00:00
2022-07-19 13:47:19 +09:00
2022-07-19 13:47:19 +09:00
2022-07-19 13:47:19 +09:00
2022-01-26 17:46:33 +08:00
2022-04-08 18:57:30 +00:00
2022-05-09 23:11:22 +01:00
2022-04-04 19:10:13 +00:00
2021-04-15 14:00:00 +09:00
2021-08-31 17:07:07 +01:00
2022-05-09 19:36:04 +01:00
2022-05-23 18:54:50 +00:00
2022-06-27 17:20:17 -04:00
2022-07-04 20:34:57 +00:00
2022-07-12 21:31:47 +00:00
2022-08-10 10:12:18 +09:00
2021-11-05 12:06:15 +08:00
2020-12-01 16:22:16 -08:00
2022-05-05 16:36:56 +01:00
2021-08-27 15:12:56 -07:00
2021-08-02 11:50:34 -07:00
2022-06-28 13:39:37 +00:00
2022-03-04 14:07:53 -08:00
2022-07-12 21:31:47 +00:00
2021-03-30 19:35:35 +01:00
2022-05-24 14:42:51 +00:00
2021-09-27 15:56:23 -07:00
2021-09-27 15:56:23 -07:00
2021-09-25 10:17:31 +01:00
2022-07-21 18:04:37 +08:00
2022-05-05 16:36:56 +01:00
2020-10-12 16:55:47 -07:00
2021-12-02 10:54:45 +00:00
2022-06-29 15:25:01 +00:00
2022-05-23 10:51:22 -04:00
2022-08-10 10:12:18 +09:00
2022-08-10 10:12:18 +09:00
2022-02-11 13:51:41 -08:00
2022-07-22 10:44:06 +00:00
2022-06-27 16:00:26 -04:00
2022-06-24 13:45:32 +00:00
2021-04-26 18:41:00 -07:00
2022-03-02 05:08:27 +00:00
2022-05-19 20:11:10 +08:00
2021-09-23 11:37:57 +01:00
2022-04-19 22:01:43 +00:00
2021-04-13 15:55:47 -07:00
2022-04-29 22:29:27 +00:00
2021-06-08 16:44:23 -04:00
2021-12-05 18:10:13 -08:00
2021-08-25 16:26:47 +09:00
2022-05-24 14:13:19 +00:00
2022-04-26 13:30:32 -07:00
2022-06-07 15:23:08 +08:00
2022-06-07 20:36:53 +00:00
2022-06-07 20:36:53 +00:00
2021-07-20 12:46:48 -07:00
2022-02-15 21:04:59 +00:00
2020-07-16 13:21:43 -07:00
2021-07-30 09:47:07 -07:00
2021-07-21 20:37:46 -07:00
2022-06-17 22:48:22 +00:00
2022-07-01 02:58:25 +00:00
2021-03-30 19:35:35 +01:00
2021-07-19 11:42:32 +09:00
2022-02-24 10:29:18 +09:00
2021-11-09 08:40:50 -08:00
2022-06-27 17:20:17 -04:00
2021-06-10 05:22:50 +00:00
2021-09-30 13:11:48 -07:00
2020-11-24 14:13:31 +09:00
2021-09-02 11:46:24 +02:00
2022-05-20 08:02:50 +00:00
2022-08-10 10:12:18 +09:00
2022-06-12 20:25:43 -07:00
2022-06-13 23:58:12 +00:00
2022-04-25 16:00:17 -04:00
2021-06-03 08:31:55 -04:00
2021-04-27 16:26:00 -07:00
2022-02-24 10:29:18 +09:00
2022-03-07 14:49:46 -08:00
2021-11-03 15:34:50 -04:00
2022-03-07 14:56:32 -08:00