HomeSort by relevance Sort by last modified time
    Searched refs:signapk (Results 1 - 9 of 9) sorted by null

  /build/make/tools/signapk/src/com/android/signapk/
CountingOutputStream.java 16 package com.android.signapk;
SignApk.java 17 package com.android.signapk;
95 * Prior to the keylimepie release, SignApk ignored the signature
115 class SignApk {
250 System.err.println("signapk: Password for " + keyFile + " may be bad.");
767 SignApk.writeSignatureBlock(this, publicKey, privateKey, hash, temp);
788 byte[] message = "signed by SignApk".getBytes(StandardCharsets.UTF_8);
    [all...]
  /build/make/tools/signapk/test/
run 29 signapk -input $< -output $@ \
  /build/soong/java/
app_builder.go 32 Signapk = pctx.AndroidStaticRule("signapk",
53 pctx.HostJavaToolVariable("signapkCmd", "signapk.jar")
54 // TODO(ccross): this should come from the signapk dependencies, but we don't have any way
94 Rule: Signapk,
95 Description: "signapk",
app_test.go 778 signapk := foo.Output("foo.apk")
779 signFlags := signapk.Args["certificates"]
952 signapk := variant.Output("foo.apk")
953 signFlag := signapk.Args["certificates"]
  /build/make/core/
config.mk 487 SIGNAPK_JAR := $(HOST_OUT_JAVA_LIBRARIES)/signapk$(COMMON_JAVA_PACKAGE_SUFFIX)
496 SIGNAPK_JAR := $(prebuilt_sdk_tools)/lib/signapk$(COMMON_JAVA_PACKAGE_SUFFIX)
    [all...]
Makefile     [all...]
  /build/soong/apex/
apex_test.go 881 certs := ctx.ModuleForTests("myapex_keytest", "android_common_myapex_keytest").Rule("signapk").Args["certificates"]
    [all...]
apex.go     [all...]

Completed in 3239 milliseconds