Lines Matching refs:app
24 ":shell-as-test-app-apk-cpp",
51 // A simple app that requests all non-system permissions and contains no other
53 // security context of the most privileged possible non-system app.
55 name: "shell-as-test-app",
56 manifest: ":shell-as-test-app-manifest",
57 srcs: ["app/**/*.java"],
59 certificate: ":shell-as-test-app-cert",
65 // shell-as-test-app-key \
68 name: "shell-as-test-app-cert",
69 certificate: "shell-as-test-app-key",
73 name: "shell-as-test-app-manifest",
86 // A source file that contains the contents of the above shell-as-test-app APK
89 name: "shell-as-test-app-apk-cpp",
90 srcs: [":shell-as-test-app"],
105 out: ["test-app-apk.cpp"],