Files
build_soong/rust
Kiyoung Kim aa39480d21 Split usage of UseVndk
UseVndk is a function to check if the module can use VNDK libraries, but
this function was also used to check if the module is installed in the
treblelized partition (vendor or product). As of VNDK deprecation,
UseVndk funtion will return false even when the module is installed in
vendor / product partition, so we need a separated function to check
this. This change introduces a new function 'InVendorOrProduct' which
replaces UseVndk based on its usage.

Bug: 316829758
Test: m nothing --no-skip-soong-tests passed
Change-Id: Ic61fcd16c4554c355f6005894a4519b044b27fe5
2024-01-09 11:37:14 +09:00
..
2023-12-07 21:56:59 +00:00
2024-01-09 11:37:14 +09:00
2020-08-13 15:58:09 +02:00
2024-01-09 11:37:14 +09:00
2023-05-19 20:31:32 +00:00
2024-01-09 11:37:14 +09:00
2022-07-28 06:57:26 -07:00
2023-12-21 17:53:51 +00:00
2020-11-19 20:02:34 +01:00
2023-11-17 21:28:39 +00:00
2024-01-09 11:37:14 +09:00