Home | History | Annotate | Download | only in pndk

Lines Matching refs:tar

165 # Name the tar files
171 pndk_tarfile := $(pndk_intermediates)/$(name).tar
173 pndk_with_src_tarfile := $(pndk_intermediates)/$(name)-src.tar
175 pndk_jni_with_src_tarfile := $(pndk_intermediates)/$(name)-jni-src.tar
190 # zip up tar files
191 %.tar.gz: %.tar
195 # tar up the files without our sources to make the pndk.
200 $(hide) tar rf $@ -C $(pndk_common_tree) pndk
201 $(hide) tar rf $@ -C $(pndk_common_full_tree) pndk
202 $(hide) tar rf $@ -C $(pndk_no_src_tree) pndk
204 # tar up the full sources to make the pndk with sources.
209 $(hide) tar rf $@ -C $(pndk_common_tree) pndk
210 $(hide) tar rf $@ -C $(pndk_common_full_tree) pndk
211 $(hide) tar rf $@ -C $(pndk_src_tree) pndk
213 # tar up the sources to make the pndk with JNI support.
218 $(hide) tar rf $@ -C $(pndk_common_tree) pndk
219 $(hide) tar rf $@ -C $(pndk_src_tree) pndk
224 @echo "pndk tar file: $(pndk_tarfile_zipped)"
225 @echo "pndk_with_src tar file: $(pndk_with_src_tarfile_zipped)"
226 @echo "pndk_jni_with_src tar file: $(pndk_jni_with_src_tarfile_zipped)"