Loading Ravenwood.bp +6 −4 Original line number Diff line number Diff line Loading @@ -30,7 +30,7 @@ java_genrule { name: "framework-minus-apex.ravenwood-base", tools: ["hoststubgen"], cmd: "$(location hoststubgen) " + "@$(location :ravenwood-standard-options) " + "@$(location ravenwood/ravenwood-standard-options.txt) " + "--out-stub-jar $(location ravenwood_stub.jar) " + "--out-impl-jar $(location ravenwood.jar) " + Loading @@ -39,11 +39,13 @@ java_genrule { "--gen-input-dump-file $(location hoststubgen_dump.txt) " + "--in-jar $(location :framework-minus-apex-for-hoststubgen) " + "--policy-override-file $(location framework-minus-apex-ravenwood-policies.txt) ", "--policy-override-file $(location ravenwood/framework-minus-apex-ravenwood-policies.txt) " + "--annotation-allowed-classes-file $(location ravenwood/ravenwood-annotation-allowed-classes.txt) ", srcs: [ ":framework-minus-apex-for-hoststubgen", "framework-minus-apex-ravenwood-policies.txt", ":ravenwood-standard-options", "ravenwood/framework-minus-apex-ravenwood-policies.txt", "ravenwood/ravenwood-standard-options.txt", "ravenwood/ravenwood-annotation-allowed-classes.txt", ], out: [ "ravenwood.jar", Loading TEST_MAPPING +11 −0 Original line number Diff line number Diff line Loading @@ -128,6 +128,17 @@ ] } ], "postsubmit-ravenwood": [ // TODO(ravenwood) promote it to presubmit // TODO: Enable it once the infra knows how to run it. // { // "name": "CtsUtilTestCasesRavenwood", // "file_patterns": [ // "*Ravenwood*", // "*ravenwood*" // ] // } ], "postsubmit-managedprofile-stress": [ { "name": "ManagedProfileLifecycleStressTest" Loading ravenwood/Android.bp +0 −9 Original line number Diff line number Diff line Loading @@ -16,15 +16,6 @@ filegroup { visibility: ["//visibility:public"], } // File that contains the standard command line arguments to hoststubgen. filegroup { name: "ravenwood-standard-options", srcs: [ "ravenwood-standard-options.txt", ], visibility: ["//visibility:public"], } java_library { name: "ravenwood-annotations-lib", srcs: [":ravenwood-annotations"], Loading ravenwood/TEST_MAPPING 0 → 100644 +7 −0 Original line number Diff line number Diff line { "presubmit": [ // Let's only run this one as a smoke test. // TODO: Enable it once the infra knows how to run it. // { "name": "CtsUtilTestCasesRavenwood" } ] } framework-minus-apex-ravenwood-policies.txt→ravenwood/framework-minus-apex-ravenwood-policies.txt +0 −0 File moved. View file Loading
Ravenwood.bp +6 −4 Original line number Diff line number Diff line Loading @@ -30,7 +30,7 @@ java_genrule { name: "framework-minus-apex.ravenwood-base", tools: ["hoststubgen"], cmd: "$(location hoststubgen) " + "@$(location :ravenwood-standard-options) " + "@$(location ravenwood/ravenwood-standard-options.txt) " + "--out-stub-jar $(location ravenwood_stub.jar) " + "--out-impl-jar $(location ravenwood.jar) " + Loading @@ -39,11 +39,13 @@ java_genrule { "--gen-input-dump-file $(location hoststubgen_dump.txt) " + "--in-jar $(location :framework-minus-apex-for-hoststubgen) " + "--policy-override-file $(location framework-minus-apex-ravenwood-policies.txt) ", "--policy-override-file $(location ravenwood/framework-minus-apex-ravenwood-policies.txt) " + "--annotation-allowed-classes-file $(location ravenwood/ravenwood-annotation-allowed-classes.txt) ", srcs: [ ":framework-minus-apex-for-hoststubgen", "framework-minus-apex-ravenwood-policies.txt", ":ravenwood-standard-options", "ravenwood/framework-minus-apex-ravenwood-policies.txt", "ravenwood/ravenwood-standard-options.txt", "ravenwood/ravenwood-annotation-allowed-classes.txt", ], out: [ "ravenwood.jar", Loading
TEST_MAPPING +11 −0 Original line number Diff line number Diff line Loading @@ -128,6 +128,17 @@ ] } ], "postsubmit-ravenwood": [ // TODO(ravenwood) promote it to presubmit // TODO: Enable it once the infra knows how to run it. // { // "name": "CtsUtilTestCasesRavenwood", // "file_patterns": [ // "*Ravenwood*", // "*ravenwood*" // ] // } ], "postsubmit-managedprofile-stress": [ { "name": "ManagedProfileLifecycleStressTest" Loading
ravenwood/Android.bp +0 −9 Original line number Diff line number Diff line Loading @@ -16,15 +16,6 @@ filegroup { visibility: ["//visibility:public"], } // File that contains the standard command line arguments to hoststubgen. filegroup { name: "ravenwood-standard-options", srcs: [ "ravenwood-standard-options.txt", ], visibility: ["//visibility:public"], } java_library { name: "ravenwood-annotations-lib", srcs: [":ravenwood-annotations"], Loading
ravenwood/TEST_MAPPING 0 → 100644 +7 −0 Original line number Diff line number Diff line { "presubmit": [ // Let's only run this one as a smoke test. // TODO: Enable it once the infra knows how to run it. // { "name": "CtsUtilTestCasesRavenwood" } ] }
framework-minus-apex-ravenwood-policies.txt→ravenwood/framework-minus-apex-ravenwood-policies.txt +0 −0 File moved. View file