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:
parent
6cf75230d9
commit
26ddc4dccf
3 changed files with 12 additions and 3 deletions
|
@ -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: [
|
||||||
|
|
|
@ -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: [
|
||||||
|
|
|
@ -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: [
|
||||||
|
|
Loading…
Reference in a new issue