Home
last modified time | relevance | path

Searched refs:APK (Results 1 – 19 of 19) sorted by relevance

/external/v8/build/android/pylib/remote/device/dummy/
Ddummy.gyp6 # APK and a "test" APK with different package names. Our gtests only use one
7 # APK, so we build a dummy APK to upload as the app.
/external/v8/build/android/
Ddeveloper_recommended_flags.gypi34 # When gyp_managed_install is set to 1, building an APK will install that APK on the connected
35 # device(/emulator). To install on multiple devices (or onto a new device), build the APK once
45 # With gyp_managed_install, we do not necessarily need a standalone APK.
46 # When create_standalone_apk is set to 1, we will build a standalone APK
Dcreate_standalone_apk_action.gypi6 # combines a directory of shared libraries and an incomplete APK into a
7 # standalone APK.
22 'message': 'Creating standalone APK: <(output_apk_path)',
Dfinalize_apk_action.gypi6 # signs and zipaligns an APK.
20 'message': 'Signing/aligning <(_target_name) APK: <(input_apk_path)',
Dsetup.gyp10 # any APK that is built with them. build/java_apk.gypi expects any
/external/jmonkeyengine/
DREADME19 are saved in the APK and AssetManager is used to load them in. This works if
20 you build the APK in something like Eclipse and simply include a source jar,
23 stripped out when dex compiles the libraries into the APK. If you want to use
/external/v8/build/
Dapk_browsertest.gypi6 # to build APK-based browser test suites.
Dapk_test.gypi6 # to build APK based test suites.
Djava_apk.gypi67 # code. This allows a test APK to inject a Linker.TestRunner instance at
338 # gdbserver is always copied into the APK's native libs dir. The ant
566 'action_name': 'create standalone APK',
Djava.gypi154 # create this packages R.java files when building the APK.
/external/v8/build/android/pylib/gtest/filter/
Dunit_tests_disabled25 # Tests crashing in the APK
/external/libgdx/extensions/gdx-setup/src/com/badlogic/gdx/setup/resources/android/
Dbuild.gradle27 // so they get packed with the APK.
/external/webrtc/
DDEPS33 # Base is only used to build Android APK tests and may not be referenced by
/external/droiddriver/
Dcontributing_aosp.md66 ManualDD is an APK you can use to manually test DroidDriver.
/external/libchrome/sandbox/linux/
DBUILD.gn205 # test() template because the test is run as an executable not as an APK on
/external/deqp/external/vulkancts/
DREADME.md119 Test modules (or in case of Android, the APK) must be re-built after building
/external/clang/utils/TableGen/
DClangAttrEmitter.cpp2564 std::string APK = Attr.getValueAsString("ParseKind"); in GenerateTargetRequirements() local
2566 if (I.first == APK) { in GenerateTargetRequirements()
/external/v8/build/config/android/
Drules.gni1218 # This target creates an Android APK containing java code, resources, assets,
2251 # Note: It's usually better to package things as an APK than as a native
Dinternal_rules.gni2114 # Creates an AndroidManifest.xml for an APK split.