Skip to content
Commit d3f0a6fd authored by Nikita Ioffe's avatar Nikita Ioffe
Browse files

Add framework-virtualization to combined_apis

Since framework-virtualization is part of a non-updatable APEX module,
it should still be allowed to compile against unstable APIs. However,
the current setup of all-framework-module-impl prevents that, since the
all-framework-module-lib target compiles against module_sdk.

This change works around this by introducing the
updatable-framework-module-impl target which builds against
module_current SDK, and includes all updatable modules.

The non-updatable modules are then statically linked into the
all-framework-module-impl target, which builds against hidden APIs.

Bug: 243512044
Test: builds
Change-Id: I253aa8dcd7c9b109e023a44128ce08ec8f2b4d33
parent 3c318cc2
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment