Lines Matching refs:shell
16 name: "shell-as",
24 ":shell-as-test-app-apk-cpp",
37 srcs: ["shell-code/*-arm.S"]
40 srcs: ["shell-code/*-arm64.S"]
43 srcs: ["shell-code/*-x86.S"]
46 srcs: ["shell-code/*-x86_64.S"]
52 // functionality. This can be used as a target for shell-as to emulate the
55 name: "shell-as-test-app",
56 manifest: ":shell-as-test-app-manifest",
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"],