summaryrefslogtreecommitdiff
path: root/cmds/bootanimation/BootAnimation.cpp
diff options
context:
space:
mode:
author Paul Duffin <paulduffin@google.com> 2024-05-02 14:51:41 +0100
committer Paul Duffin <paulduffin@google.com> 2024-05-03 08:46:45 +0100
commitfb5e07d4d2fa7ce2d442290a820ff7b68e28aeb8 (patch)
tree32c6f4f49c632db61444b156567385cfbdaa32f9 /cmds/bootanimation/BootAnimation.cpp
parentca3da5d19c2bf7529b289b3e1da3ed45a7db657e (diff)
Build complete api-versions.xml files for module-lib/system-server
Previously, APIs from updatable modules and information about the SDK extensions was only included in `api_versions_public` and `api_versions_system`. This change adds the following two modules: * `api_versions_module_lib_complete` * `api_versions_system_server_complete` It did not change `api_versions_module_lib` or `api_versions_system_server` because Android Lint requires that they do not include information about APIs from updatable modules because otherwise it will report calls within a module as it has no way to determine whether a call crosses an API boundary or not. Bug: 336993217 Test: TARGETS=$(for i in public system module-lib module-lib-complete system-server-complete; do U=$(echo $i | sed "s|-|_|g"); echo "out/target/common/obj/PACKAGING/api_versions_${U}_generated-api-versions.xml"; done) m $TARGETS; mkdir -p before; cp $TARGETS before m $TARGETS; mkdir -p after; cp $TARGETS after meld before after # Review differences. Change-Id: Ia542fbdc517fb223a0488f0e3f81b8727cb204e4
Diffstat (limited to 'cmds/bootanimation/BootAnimation.cpp')
0 files changed, 0 insertions, 0 deletions