commit | 69d297acdd02a506958736864f00bca547c86ffc | [log] [tgz] |
---|---|---|
author | Nikita Ioffe <ioffe@google.com> | Mon Nov 21 12:32:05 2022 +0000 |
committer | Nikita Ioffe <ioffe@google.com> | Mon Nov 21 12:37:58 2022 +0000 |
tree | 7e800f51ffcb11a25feb68277faa7e289d22a18f | |
parent | 56f5a5508014e031f044b4f080e031d2c32a1daf [diff] |
Add android_module_lib_stubs_current to stub_only_libs The framework-virtualization belongs to an non-updatable APEX, hence it should be able to compile against unstable hidden platform APIs. In order to achieve this we specify the sdk_version: "core_platform" and add a the framework lib to the impl_only_libs of the framework-virtualization. However, this setup breaks the generation of stub srcs: it relies on the sdk_version of the java_sdk_library, which in our case doesn't provide the symbols from the Android SDK. To work around this problem we add the android_module_lib_stubs_current to the stub_only_libs. The stub_only_libs get propagate to the stub sources invocation in the another change in the same topic. Bug: 243512044 Test: builds Change-Id: Ied0bfaf653edc2d16564b1f1b551d0624be1b407
This repository contains userspace services related to running virtual machines on Android, especially protected virtual machines. See the getting started documentation and Microdroid README for more information.