Merge "Add ART module-lib and system API to the collection"
This commit is contained in:
@@ -251,7 +251,7 @@ modules_public_stubs = [
|
|||||||
|
|
||||||
modules_system_stubs = [
|
modules_system_stubs = [
|
||||||
"android.net.ipsec.ike.stubs.system",
|
"android.net.ipsec.ike.stubs.system",
|
||||||
"art.module.public.api.stubs", // Only has public stubs
|
"art.module.public.api.stubs.system",
|
||||||
"conscrypt.module.public.api.stubs", // Only has public stubs
|
"conscrypt.module.public.api.stubs", // Only has public stubs
|
||||||
"framework-connectivity.stubs.system",
|
"framework-connectivity.stubs.system",
|
||||||
"framework-media.stubs.system",
|
"framework-media.stubs.system",
|
||||||
|
|||||||
@@ -149,6 +149,7 @@ genrule {
|
|||||||
genrule {
|
genrule {
|
||||||
name: "frameworks-base-api-system-current.txt",
|
name: "frameworks-base-api-system-current.txt",
|
||||||
srcs: [
|
srcs: [
|
||||||
|
":art.module.public.api{.system.api.txt}",
|
||||||
":android.net.ipsec.ike{.system.api.txt}",
|
":android.net.ipsec.ike{.system.api.txt}",
|
||||||
":framework-connectivity{.system.api.txt}",
|
":framework-connectivity{.system.api.txt}",
|
||||||
":framework-media{.system.api.txt}",
|
":framework-media{.system.api.txt}",
|
||||||
@@ -199,6 +200,7 @@ genrule {
|
|||||||
genrule {
|
genrule {
|
||||||
name: "frameworks-base-api-system-removed.txt",
|
name: "frameworks-base-api-system-removed.txt",
|
||||||
srcs: [
|
srcs: [
|
||||||
|
":art.module.public.api{.system.removed-api.txt}",
|
||||||
":android.net.ipsec.ike{.system.removed-api.txt}",
|
":android.net.ipsec.ike{.system.removed-api.txt}",
|
||||||
":framework-connectivity{.system.removed-api.txt}",
|
":framework-connectivity{.system.removed-api.txt}",
|
||||||
":framework-media{.system.removed-api.txt}",
|
":framework-media{.system.removed-api.txt}",
|
||||||
@@ -231,6 +233,7 @@ genrule {
|
|||||||
genrule {
|
genrule {
|
||||||
name: "frameworks-base-api-module-lib-current.txt",
|
name: "frameworks-base-api-module-lib-current.txt",
|
||||||
srcs: [
|
srcs: [
|
||||||
|
":art.module.public.api{.module-lib.api.txt}",
|
||||||
":android.net.ipsec.ike{.module-lib.api.txt}",
|
":android.net.ipsec.ike{.module-lib.api.txt}",
|
||||||
":framework-connectivity{.module-lib.api.txt}",
|
":framework-connectivity{.module-lib.api.txt}",
|
||||||
":framework-media{.module-lib.api.txt}",
|
":framework-media{.module-lib.api.txt}",
|
||||||
@@ -283,6 +286,7 @@ genrule {
|
|||||||
genrule {
|
genrule {
|
||||||
name: "frameworks-base-api-module-lib-removed.txt",
|
name: "frameworks-base-api-module-lib-removed.txt",
|
||||||
srcs: [
|
srcs: [
|
||||||
|
":art.module.public.api{.module-lib.removed-api.txt}",
|
||||||
":android.net.ipsec.ike{.module-lib.removed-api.txt}",
|
":android.net.ipsec.ike{.module-lib.removed-api.txt}",
|
||||||
":framework-connectivity{.module-lib.removed-api.txt}",
|
":framework-connectivity{.module-lib.removed-api.txt}",
|
||||||
":framework-media{.module-lib.removed-api.txt}",
|
":framework-media{.module-lib.removed-api.txt}",
|
||||||
|
|||||||
Reference in New Issue
Block a user