HomeSort by relevance Sort by last modified time
    Searched refs:apk (Results 1 - 25 of 354) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/deqp/targets/android/
install.sh 27 adb $* install -r dEQP.apk
  /frameworks/base/libs/androidfw/tests/data/app/
build 18 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/
build 18 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/
build 18 aapt package -M AndroidManifest.xml -S res -F bundle.apk -f && \
19 unzip bundle.apk resources.arsc && \
  /frameworks/base/libs/androidfw/tests/data/system/
build 18 aapt package -x -M AndroidManifest.xml -S res -F bundle.apk -f && \
19 unzip bundle.apk resources.arsc && \
  /frameworks/base/packages/CtsShim/
Android.mk 29 LOCAL_BUILT_MODULE_STEM := package.apk
30 # Make sure the build system doesn't try to resign the APK
34 LOCAL_SRC_FILES := CtsShimPriv.apk
47 LOCAL_BUILT_MODULE_STEM := package.apk
48 # Make sure the build system doesn't try to resign the APK
52 LOCAL_SRC_FILES := CtsShim.apk
  /packages/apps/Messaging/tools/
dumpapkversion.sh 15 for i in `find . -name \*.apk`
  /frameworks/base/libs/androidfw/tests/data/basic/
build 20 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/
build 18 aapt package -M AndroidManifest.xml -S res -F bundle.apk -f --shared-lib && \
19 unzip bundle.apk resources.arsc && \
  /frameworks/base/libs/androidfw/tests/data/appaslib/
build 20 aapt package -M AndroidManifest.xml -S res -I $PATH_TO_FRAMEWORK_RES -F bundle.apk -f && \
21 unzip bundle.apk resources.arsc && \
24 aapt package -M AndroidManifest.xml -S res -I $PATH_TO_FRAMEWORK_RES -F bundle.apk -f --shared-lib && \
25 unzip bundle.apk resources.arsc && \
  /frameworks/base/tests/HierarchyViewerTest/
run_tests.sh 2 # Runs the tests in this apk
3 adb install $OUT/data/app/HierarchyViewerTest/HierarchyViewerTest.apk
  /frameworks/base/tests/ImfTest/
Android.mk 4 # 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.
  /build/tools/releasetools/
check_target_files_signatures 32 can be found that match APK signatures, the filename will be
143 stored in a signed .apk)."""
166 class APK(object):
184 apk = zipfile.ZipFile(f, "r")
186 for info in apk.infolist():
189 pkcs7 = apk.read(info.filename)
238 d, z = common.UnzipTemp(filename, '*.apk')
244 if fn.endswith(".apk"):
247 apk = APK(fullname, displayname
    [all...]
check_target_files_signatures.py 32 can be found that match APK signatures, the filename will be
143 stored in a signed .apk)."""
166 class APK(object):
184 apk = zipfile.ZipFile(f, "r")
186 for info in apk.infolist():
189 pkcs7 = apk.read(info.filename)
238 d, z = common.UnzipTemp(filename, '*.apk')
244 if fn.endswith(".apk"):
247 apk = APK(fullname, displayname
    [all...]
  /device/google/atv/LeanbackSampleApp/
Android.mk 5 LOCAL_SRC_FILES := $(LOCAL_MODULE).apk
  /external/vogar/src/vogar/android/
InstallApkTask.java 45 // We can't put multiple dex files in one apk.
48 // With that in mind, the APK packaging strategy is as follows:
50 // 2. aapt the dex to create apk
51 // 3. sign the apk
52 // 4. install the apk
54 File apk = createApk(action, dex); local
55 signApk(apk);
56 installApk(action, apk);
80 "<manifest xmlns:android=\"http://schemas.android.com/apk/res/android\"\n" +
103 File apk = run.localFile(action, action + ".apk") local
    [all...]
  /external/vulkan-validation-layers/demos/smoke/android/
build-and-install 20 adb install build/outputs/apk/android-fat-debug.apk
  /cts/hostsidetests/appsecurity/test-apps/PrivilegedUpdateApp/
Android.mk 46 LOCAL_BUILT_MODULE_STEM := package.apk
47 # Make sure the build system doesn't try to resign the APK
51 LOCAL_SRC_FILES := CtsShimPrivUpgrade.apk
77 LOCAL_BUILT_MODULE_STEM := package.apk
78 # Make sure the build system doesn't try to resign the APK
82 LOCAL_SRC_FILES := CtsShimPrivUpgradeWrongSHA.apk
  /development/apps/BuildWidget/
Android.mk 6 # Only compile source java files in this apk.
15 # Use the following include to make our test apk.
  /development/apps/SettingInjectorSample/
Android.mk 6 # Only compile source java files in this apk.
15 # Use the following include to make our test apk.
  /development/samples/BluetoothChat/
Android.mk 6 # Only compile source java files in this apk.
15 # Use the following include to make our test apk.
  /development/samples/BluetoothHDP/
Android.mk 6 # Only compile source java files in this apk.
15 # Use the following include to make our test apk.
  /development/samples/BrokenKeyDerivation/
Android.mk 6 # Only compile source java files in this apk.
15 # Use the following include to make our test apk.
  /development/samples/Compass/
Android.mk 6 # Only compile source java files in this apk.
15 # Use the following include to make our test apk.
  /development/samples/ContactManager/
Android.mk 6 # Only compile source java files in this apk.
15 # Use the following include to make our test apk.

Completed in 199 milliseconds

1 2 3 4 5 6 7 8 91011>>