Lines Matching refs:genDir
98 "rm -rf $(genDir)/content && " +
99 "mkdir -p $(genDir)/content && " +
100 "cp $(location aapt2) $(genDir)/content && " +
101 "cp $(location merge_zips) $(genDir)/content && " +
102 "cp $(location :sdk_public_30_android) $(genDir)/content && " +
103 "cp $(location :CtsUsesNativeLibraryTestApp) $(genDir)/content && " +
104 "cp $(location testkey.pk8) $(genDir)/content && " +
105 "cp $(location testkey.x509.pem) $(genDir)/content && " +
106 "cp $$SIGNAPK_JAR $(genDir)/content && " +
107 "cp $$LIBCONSCRYPT_OPENJDK_JNI $(genDir)/content && " +
108 "$(location soong_zip) -C $(genDir)/content -D $(genDir)/content -o $(out) && " +
109 "rm -rf $(genDir)/content ",