Files
build_soong/android
Jiyong Park 105e11ca12 deps in the packaging modules supports select
deps: ["foo"] + select(product_variable("debuggable") {
    true: ["bar"],
    default: [],
}),

returns ["foo", "bar"] on debuggable builds, and ["foo"] on user builds.

Bug: N/A
Test: go test ./...
Change-Id: I31ca22e69e3316e4007a36ae13c04c7e5c445907
2024-05-18 08:44:58 +09:00
..
2024-01-05 09:54:09 -08:00
2024-05-02 15:41:24 -07:00
2024-04-10 13:21:28 +01:00
2023-06-22 08:18:33 -07:00
2024-04-29 17:40:40 +09:00
2024-01-18 12:43:24 -08:00
2023-04-10 20:20:41 +00:00
2023-04-10 20:20:41 +00:00
2024-01-05 09:54:09 -08:00
2024-03-07 10:53:41 -08:00
2024-01-18 14:16:06 -08:00
2024-01-18 12:43:24 -08:00