platform_system_core/libprocessgroup/cgrouprc
Jiyong Park eb7ec7b9e8 Annotate symbols correctly
Currently, tagging a symbol with #apex (# systemapi or # llndk) is not
required when the symbol is in a non-NDK library. However, this is
considered dangerous because such a symbol will automatically be
promoted to NDK APIs when the library is promoted to an NDK library.
When that happens, the native API council won't be able to notice the
promotion because promoting a non-NDK library into an NDK library
doesn't require an update of the map.txt file, but Android.bp only.

To prevent that, we should mandate those tags for Mainline APIs
regardless of whether the library the API belongs to is an NDK library
or not.

Upcoming changes in build/soong will enforce this. This change is to
prepare for the enforcement.

Note that this is a build-time only change. There's no behavior change
at runtime.

Bug: 184712170
Test: m
Change-Id: I769c5318e0cfd092f2f2b368f1a860065c79818f
2022-09-26 22:14:43 +09:00
..
include/android Fix compiling libprocessgroup against musl 2021-09-14 12:35:01 -07:00
Android.bp Replace llndk_library with llndk clause in cc_library 2021-04-21 19:13:41 -07:00
cgroup_controller.cpp Revive ACgroupController_getFlags LLNDK function to detect missing cgroups 2020-01-29 17:24:06 +00:00
cgroup_file.cpp
cgrouprc_internal.h
libcgrouprc.map.txt Annotate symbols correctly 2022-09-26 22:14:43 +09:00