From 1e7cfdea4ac64fd12fa84d81bc89f8d468c46f74 Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Thu, 28 Oct 2021 13:25:54 -0700 Subject: [PATCH] Make installable arch-variant for cc modules libc's native_bridge variant needs to be installable: false, make the installable property arch-variant. Bug: 204136549 Test: m checkbuild Change-Id: I8e0eaed2169e89520b07bb0326bb97ac0b4a70ac --- cc/cc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cc/cc.go b/cc/cc.go index 1c6554924..c4dfd960b 100644 --- a/cc/cc.go +++ b/cc/cc.go @@ -325,7 +325,7 @@ type BaseProperties struct { SnapshotStaticLibs []string `blueprint:"mutated"` SnapshotRuntimeLibs []string `blueprint:"mutated"` - Installable *bool + Installable *bool `android:"arch_variant"` // Set by factories of module types that can only be referenced from variants compiled against // the SDK.