Merge "Add Bionic module SDK." am: 6972d40571
Change-Id: I8816aa227f000ba1cfc420bc55a231fdbb09c94b
This commit is contained in:
commit
e0a4495a26
1 changed files with 25 additions and 0 deletions
|
@ -37,3 +37,28 @@ apex {
|
||||||
key: "com.android.runtime.key",
|
key: "com.android.runtime.key",
|
||||||
certificate: ":com.android.runtime.certificate",
|
certificate: ":com.android.runtime.certificate",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
sdk {
|
||||||
|
name: "runtime-module-sdk",
|
||||||
|
defaults: ["linux_bionic_supported"],
|
||||||
|
|
||||||
|
native_header_libs: [
|
||||||
|
"bionic_libc_platform_headers",
|
||||||
|
"libc_headers",
|
||||||
|
],
|
||||||
|
native_shared_libs: [
|
||||||
|
"libc",
|
||||||
|
"libdl",
|
||||||
|
"libdl_android",
|
||||||
|
"libm",
|
||||||
|
],
|
||||||
|
native_static_libs: [
|
||||||
|
"libasync_safe",
|
||||||
|
],
|
||||||
|
native_objects: [
|
||||||
|
"crtbegin_dynamic",
|
||||||
|
"crtbegin_so",
|
||||||
|
"crtend_android",
|
||||||
|
"crtend_so",
|
||||||
|
],
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue