bug: 147759770 test: build Change-Id: I38bcab9bc14088adbdbc3a92620f89a6fe397994
This commit is contained in:
parent
62f35129d4
commit
265eee2006
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue