/tools/asuite/aidegen/project/ |
D | project_splitter.py | 191 project.dependencies = [constant.FRAMEWORK_SRCJARS] 193 project.dependencies.append(self._framework_iml) 195 project.dependencies.append(self._full_repo_iml) 212 if dep not in project.dependencies: 213 project.dependencies.append(dep) 214 project.dependencies.append(constant.KEY_DEPENDENCIES) 360 constant.KEY_DEPENDENCIES: project.dependencies,
|
D | project_splitter_unittest.py | 188 self.assertEqual(self.split_projs._projects[0].dependencies, dep1) 189 self.assertEqual(self.split_projs._projects[1].dependencies, dep2) 190 self.assertEqual(self.split_projs._projects[2].dependencies, dep3)
|
/tools/ndkports/ports/curl/ |
D | port.kts | 31 override val dependencies = listOf("openssl") constant 36 dependencies = listOf("//openssl:crypto", "//openssl:ssl")
|
/tools/apksig/ |
D | build.gradle | 16 dependencies { 21 dependencies {
|
D | android_plugin_for_gradle.gradle | 5 dependencies {
|
/tools/treble/split/ |
D | README.md | 14 and the build outputs. The tool attempts to infer as many dependencies as it 15 can, but some will be missed due to implicit dependencies in the build system 68 Build errors may arise due to missing dependencies that were previously provided 69 by now-removed projects. These dependencies may be implicit in the source code,
|
/tools/ndkports/src/main/kotlin/com/android/ndkports/ |
D | Port.kt | 71 val dependencies: List<String> = emptyList() in installDirectoryForPort() constant in com.android.ndkports.Module 139 open val dependencies: List<String> = emptyList() in installDirectoryForPort() constant in com.android.ndkports.Port
|
/tools/asuite/atest-py2/docs/ |
D | atest_structure.md | 20 3. Build test dependencies 38 Required info would be the test name, test dependencies, and the test runner 43 by the user, all of the test dependencies are built. This step can by bypassed 78 dependencies for the supplied test, translating it into a form that a test
|
/tools/asuite/atest/docs/ |
D | atest_structure.md | 20 3. Build test dependencies 38 Required info would be the test name, test dependencies, and the test runner 43 by the user, all of the test dependencies are built. This step can by bypassed 78 dependencies for the supplied test, translating it into a form that a test
|
/tools/metalava/buildSrc/ |
D | build.gradle.kts | 25 dependencies {
|
/tools/asuite/asuite_plugin/ |
D | build.gradle | 26 dependencies {
|
/tools/apkzlib/ |
D | build.gradle | 3 dependencies {
|
/tools/asuite/aidegen/lib/ |
D | project_info.py | 130 self.dependencies = [] 655 if prj.iml_name not in project.dependencies: 656 project.dependencies.append(prj.iml_name)
|
D | project_info_unittest.py | 334 project1.dependencies = [] 340 self.assertEqual([], project1.dependencies) 347 self.assertEqual(['m2'], project1.dependencies)
|
/tools/test/connectivity/acts/ |
D | README.md | 23 System dependencies: 28 Python dependencies (installed automatically by setup.py): 74 1. Install the system dependencies.
|
/tools/asuite/aidegen/ |
D | README.md | 5 configure an IntelliJ project, such as all the project dependencies. It's a 9 dependencies resolved.
|
/tools/ndkports/ |
D | build.gradle.kts | 18 dependencies { in <lambda>()
|
/tools/trebuchet/core/model/ |
D | build.gradle | 19 dependencies {
|
/tools/trebuchet/ |
D | build.gradle | 25 dependencies {
|
/tools/trebuchet/trebuchet/startup-common/ |
D | build.gradle | 26 dependencies {
|
/tools/trebuchet/trebuchet/viewer/ |
D | build.gradle | 24 dependencies {
|
/tools/trebuchet/trebuchet/user-switch-analyzer/ |
D | build.gradle | 28 dependencies {
|
/tools/trebuchet/trebuchet/startup-summarizer/ |
D | build.gradle | 28 dependencies {
|
/tools/trebuchet/core/common/ |
D | build.gradle | 24 dependencies {
|
/tools/trebuchet/trebuchet/startup-analyzer/ |
D | build.gradle | 28 dependencies {
|