Searched refs:apk (Results 1 - 25 of 63) sorted by relevance

123

/frameworks/base/libs/androidfw/tests/data/app/
H A Dbuild18 aapt package -v -I ../system/bundle.apk -M AndroidManifest.xml -S res -F bundle.apk -f && \
19 unzip bundle.apk resources.arsc && \
/frameworks/base/libs/androidfw/tests/data/feature/
H A Dbuild18 aapt package -M AndroidManifest.xml -S res --feature-of ../basic/bundle.apk -F bundle.apk -f && \
19 unzip bundle.apk resources.arsc && \
/frameworks/base/libs/androidfw/tests/data/overlay/
H A Dbuild18 aapt package -M AndroidManifest.xml -S res -F bundle.apk -f && \
19 unzip bundle.apk resources.arsc && \
/frameworks/base/libs/androidfw/tests/data/system/
H A Dbuild18 aapt package -x -M AndroidManifest.xml -S res -F bundle.apk -f && \
19 unzip bundle.apk resources.arsc && \
/frameworks/base/tests/CoreTests/
H A Drun_junit.sh9 adb shell exec dalvikvm -cp system/app/MoreTests.apk junit.textui.TestRunner $*
/frameworks/base/libs/androidfw/tests/data/basic/
H A Dbuild20 aapt package -M AndroidManifest.xml -S res -I $PATH_TO_FRAMEWORK_RES --split hdpi --split xhdpi --split xxhdpi --split fr,de -F bundle.apk -f && \
21 unzip bundle.apk resources.arsc && \
25 unzip bundle_de_fr.apk resources.arsc && \
29 unzip bundle_hdpi-v4.apk resources.arsc && \
33 unzip bundle_xhdpi-v4.apk resources.arsc && \
37 unzip bundle_xxhdpi-v4.apk resources.arsc && \
/frameworks/base/libs/androidfw/tests/data/lib/
H A Dbuild18 aapt package -M AndroidManifest.xml -S res -F bundle.apk -f --shared-lib && \
19 unzip bundle.apk resources.arsc && \
/frameworks/base/tests/HierarchyViewerTest/
H A Drun_tests.sh2 # Runs the tests in this apk
3 adb install $OUT/data/app/HierarchyViewerTest/HierarchyViewerTest.apk
/frameworks/base/tests/ImfTest/
H A DAndroid.mk4 # We only want this apk build for tests.
7 # Only compile source java files in this apk.
14 # Use the following include to make our test apk.
/frameworks/base/tools/aapt2/data/
H A DMakefile7 FRAMEWORK := ../../../../../out/target/common/obj/APPS/framework-res_intermediates/package-export.apk
15 LOCAL_LIBS := lib/out/package.apk
24 PRIVATE_APK_UNALIGNED := $(LOCAL_OUT)/package-unaligned.apk
25 PRIVATE_APK_ALIGNED := $(LOCAL_OUT)/package.apk
27 # Eg: framework.apk, etc.
44 # Eg: out/values-v4.apk, out/drawable-xhdpi.apk
45 PRIVATE_INTERMEDIATE_TABLES := $(patsubst %,$(LOCAL_OUT)/%.apk,$(PRIVATE_RESOURCE_TYPES))
50 # returns: out/values-v4.apk: res/values-v4/styles.xml res/values-v4/colors.xml
52 $(LOCAL_OUT)/$1.apk
[all...]
/frameworks/base/media/tests/MediaDump/
H A DAndroid.mk6 # Only compile source java files in this apk.
15 # Use the following include to make our test apk.
/frameworks/base/tests/AppLaunch/
H A DAndroid.mk6 # Only compile source java files in this apk.
16 # Use the following include to make our test apk.
/frameworks/base/tests/DozeTest/
H A DAndroid.mk6 # Only compile source java files in this apk.
13 # Use the following include to make our test apk.
/frameworks/base/tests/MemoryUsage/
H A DAndroid.mk6 # Only compile source java files in this apk.
16 # Use the following include to make our test apk.
/frameworks/base/tests/RenderThreadTest/
H A DAndroid.mk6 # Only compile source java files in this apk.
17 # Use the following include to make our test apk.
/frameworks/base/tests/TransitionTests/
H A DAndroid.mk6 # Only compile source java files in this apk.
17 # Use the following include to make our test apk.
/frameworks/native/opengl/tests/gl2_cameraeye/
H A DAndroid.mk6 # Only compile source java files in this apk.
15 # Use the following include to make our test apk.
/frameworks/base/tools/aapt2/data/lib/
H A DMakefile7 FRAMEWORK := ../../../../../../out/target/common/obj/APPS/framework-res_intermediates/package-export.apk
22 PRIVATE_APK_UNALIGNED := $(LOCAL_OUT)/package-unaligned.apk
23 PRIVATE_APK_ALIGNED := $(LOCAL_OUT)/package.apk
25 # Eg: framework.apk, etc.
42 # Eg: out/values-v4.apk, out/drawable-xhdpi.apk
43 PRIVATE_INTERMEDIATE_TABLES := $(patsubst %,$(LOCAL_OUT)/%.apk,$(PRIVATE_RESOURCE_TYPES))
48 # returns: out/values-v4.apk: res/values-v4/styles.xml res/values-v4/colors.xml
50 $(LOCAL_OUT)/$1.apk: $(filter $(LOCAL_RESOURCE_DIR)/$1/%,$(PRIVATE_RESOURCES))
54 # Collect: out/values-v4.apk <
[all...]
/frameworks/base/graphics/tests/graphicstests/
H A DAndroid.mk4 # We only want this apk build for tests.
/frameworks/base/keystore/tests/
H A DAndroid.mk4 # We only want this apk build for tests.
/frameworks/base/location/tests/locationtests/
H A DAndroid.mk4 # We only want this apk build for tests.
/frameworks/base/media/mca/tests/
H A DAndroid.mk4 # We only want this apk build for tests.
/frameworks/base/sax/tests/saxtests/
H A DAndroid.mk4 # We only want this apk build for tests.
/frameworks/base/tests/FeatureSplit/feature2/
H A DAndroid.mk27 featureOfApk := $(call intermediates-dir-for,APPS,$(featureOf))/package.apk
28 featureAfterApk := $(call intermediates-dir-for,APPS,$(featureAfter))/package.apk
/frameworks/base/tests/HugeBackup/
H A DAndroid.mk6 # Only compile source java files in this apk.

Completed in 1172 milliseconds

123