Add 29 to stubs.versions of libc/libdl/libm

Stubs of version 29 should be provided to those APEX modules targeting
previous SDK release.

Bug: 145796956
Test: m
Change-Id: I9454fbf81377aba25e75a6fdfc77cbb070eaadde
This commit is contained in:
Jooyung Han 2020-02-27 18:33:25 +09:00
parent 6cf75230d9
commit 26ddc4dccf
3 changed files with 12 additions and 3 deletions

View file

@ -1696,7 +1696,10 @@ cc_library {
stubs: { stubs: {
symbol_file: "libc.map.txt", symbol_file: "libc.map.txt",
versions: ["10000"], versions: [
"29",
"10000",
],
}, },
apex_available: [ apex_available: [

View file

@ -111,7 +111,10 @@ cc_library {
stubs: { stubs: {
symbol_file: "libdl.map.txt", symbol_file: "libdl.map.txt",
versions: ["10000"], versions: [
"29",
"10000",
],
}, },
apex_available: [ apex_available: [

View file

@ -499,7 +499,10 @@ cc_library {
stubs: { stubs: {
symbol_file: "libm.map.txt", symbol_file: "libm.map.txt",
versions: ["10000"], versions: [
"29",
"10000",
],
}, },
apex_available: [ apex_available: [