Add version #29 and #30 to liblog

bug: 147759770
test: build
Change-Id: I38bcab9bc14088adbdbc3a92620f89a6fe397994
This commit is contained in:
Chong Zhang 2020-01-15 13:58:13 -08:00
parent 62f35129d4
commit 265eee2006
2 changed files with 7 additions and 3 deletions

View File

@ -103,7 +103,7 @@ cc_library {
stubs: {
symbol_file: "liblog.map.txt",
versions: ["10000"],
versions: ["29", "30"],
},
// TODO(tomcherry): Renable this before release branch is cut

View File

@ -54,18 +54,22 @@ LIBLOG_O {
__android_log_is_debuggable; # apex llndk
};
LIBLOG_Q {
LIBLOG_Q { # introduced=29
global:
__android_log_bswrite; # apex
__android_log_btwrite; # apex
__android_log_bwrite; # apex
__android_log_close; # apex
__android_log_security; # apex
__android_log_security_bswrite; # apex
android_log_reset; # llndk
android_log_parser_reset; # llndk
};
LIGLOG_R { # introduced=30
global:
__android_log_security_bswrite; # apex
};
LIBLOG_PRIVATE {
global:
__android_log_pmsg_file_read;