Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit faea46ff authored by Colin Cross's avatar Colin Cross
Browse files

Add missing vendor_available: true property

Due to b/424439549, Soong wasn't enforcing that vendor modules could only link against
other vendor modules.  Add vendor_available to any modules that are being used by
vendor modules in order to allow re-enabling the error in Soong.

Bug: 424439549
Flag: EXEMPT build only fix
Test: builds
Change-Id: I2216b83fc6fc271b5ad039dbb885bf79cf63b9a4
parent 7c87a532
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@ aconfig_declarations {
cc_aconfig_library {
    name: "libsurfaceflingerflags",
    aconfig_declarations: "surfaceflinger_flags",
    vendor_available: true,
}

cc_defaults {