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