Searched refs:using (Results 1 – 25 of 29) sorted by relevance
12
/build/soong/docs/ |
D | compdb.md | 13 One can make soong generate a symlink to the compdb file using an environment 26 Note that if you build using mm or other limited makes with these environment
|
D | clion.md | 49 An example of a super project for surfaceflinger (using libui and libgui)
|
D | map_files.md | 50 the implementation library rather than just defining the stub interface by using 118 before using an architecture-specific tag for a new API.
|
D | perf.md | 52 Soong can be traced and profiled using the standard Go tools. It understands 95 this is where using pure make functions instead of calling out to the shell can 189 a binary search using this method, but you do need to be careful not to split
|
D | best_practices.md | 59 removed. They've been switched from using `-isystem` to `-I` already, and are 90 are using headers that shouldn't be available to them -- usually due to the
|
/build/make/core/ |
D | copy_headers.mk | 13 $(call pretty-error,Modules using LOCAL_SDK_VERSION may not use LOCAL_COPY_HEADERS) 23 $(call pretty-error,Only vendor modules using LOCAL_USE_VNDK may use LOCAL_COPY_HEADERS)
|
D | board_config.mk | 648 $(error Do not use TARGET_RECOVERY_UPDATER_LIBS when using TARGET_OTA_ALLOW_NON_AB)
|
D | config.mk | 7 $(warning Directly using config.mk from make is no longer supported.)
|
D | LINUX_KERNEL_COPYING | 33 using it. (Some other Free Software Foundation software is covered by
|
/build/make/tools/atree/ |
D | options.h | 7 using namespace std;
|
D | fs.h | 6 using namespace std;
|
D | files.h | 9 using namespace std;
|
/build/make/target/product/security/ |
D | README | 19 signing using the openssl commandline (for boot/system images) 25 2. create a signature using the pem format key
|
/build/soong/cc/ |
D | cflag_artifacts.go | 67 flag string, using bool, modules []string, part int) int { 74 if using {
|
/build/soong/ |
D | README.md | 100 Strings can contain double quotes using `\"`, for example `"cat \"a b\""`. 104 Strings, lists of strings, and maps can be appended using the `+` operator. 105 Integers can be summed up using the `+` operator. Appending a map produces the 257 constructs for namespace definition and name resolution (`namespace` and `using` 309 where `//project` is the module's package, e.g. using `[":__subpackages__"]` in 323 `vendor/` using `//vendor:__subpackages__`. 417 can be supported through Soong config variables using `soong_config_*` 498 by all of the vendor's other modules using the normal namespace and visibility 503 The build logic is written in Go using the 505 logic receives module definitions parsed into Go structures using reflection [all …]
|
/build/make/core/tasks/ |
D | sdk-addon.mk | 38 $(info Stubbing addon jar using $(PRODUCT_SDK_ADDON_STUB_DEFS))
|
/build/make/ |
D | Deprecation.md | 38 this, using `BUILD_PACKAGE` as an example:
|
D | Changes.md | 62 System properties can now be set as optional using the new syntax: 477 `LOCAL_MODULE_RELATIVE_PATH` (or `LOCAL_MODULE_PATH` if you're still using it). 599 ### Stop using PATH directly {#PATH} 619 ### Stop using PYTHONPATH directly {#PYTHONPATH} 640 ### Stop using PRODUCT_COMPATIBILITY_MATRIX_LEVEL_OVERRIDE directly {#PRODUCT_COMPATIBILITY_MATRIX_… 646 ### Stop using USE_CLANG_PLATFORM_BUILD {#USE_CLANG_PLATFORM_BUILD}
|
/build/soong/cmd/pom2mk/ |
D | pom2mk.go | 353 aar libraries can be linked against when using AAPT2. 362 the Make module name using <replace>. If no matches are found, <artifactId> is used.
|
/build/soong/cmd/pom2bp/ |
D | pom2bp.go | 579 aar libraries can be linked against when using AAPT2. 588 the Android.bp module name using <replace>. If no matches are found, <artifactId> is used.
|
/build/soong/cmd/extract_apks/bundle_proto/ |
D | config.proto | 40 // the name of the modules, and using forward slash ("/") as a name separator.
|
/build/make/tools/releasetools/ |
D | Android.bp | 478 // When using embedded launcher, atest will try (but may fail) to load libc++.so from
|
/build/make/tools/droiddoc/templates-ndk/assets/js/ |
D | prettify.js | 18 …llptr,reinterpret_cast,static_assert,static_cast,template,typeid,typename,using,virtual,where"],G=…
|
/build/blueprint/ |
D | LICENSE | 151 appropriateness of using or redistributing the Work and assume any
|
/build/make/tools/droiddoc/templates-ndk/assets/ |
D | GPL-LICENSE.txt | 17 using it. (Some other Free Software Foundation software is covered by
|
12