Lines Matching defs:build

15 # Common definitions for the Android NDK build system
19 include $(NDK_ROOT)/build/gmsl/gmsl
46 # build
61 # or abort the build with an error
87 # ':' if ndk-build is called inside jni/ directory when path is expanded
362 # Some of these are created by build scripts like BUILD_STATIC_LIBRARY:
416 # The following are generated by the build scripts themselves
455 # Rationale: clears the list of defined modules known by the build system
529 # at build time. At the moment, this is only used for prebuilt shared
708 # Note: Do not use this to determine build dependencies. The returned list
742 # - otherwise, the module is a shared library, don't add build deps.
825 # Order matters and should match the one used by the build command
863 # looking at the C++ compiler flags used to build the module
948 # Arguments: 1: name/description of the included build Makefile where the
1137 # displayed along the label of the build output line. For example
1236 # The text is a very short string that complements the build
1281 # or defined by the build scripts.
1355 # Rationale: To be used as a prefix for Make build commands to hide them
1356 # by default during the build. To show them, set V=1 in your
1362 # -->|$(hide) <build-commands>
1394 # that is auto-generated by our build system.
1426 define ev-build-file
1445 $$(call host-echo-build-step,$$(PRIVATE_ABI),$$(PRIVATE_TEXT)) "$$(PRIVATE_MODULE) <= $$(notdir $$(PRIVATE_SRC))"
1451 # For renderscript: slightly different from the above ev-build-file
1467 define ev-build-rs-file
1500 $$(call host-echo-build-step,$$(PRIVATE_ABI),$$(PRIVATE_TEXT)) "$$(PRIVATE_MODULE) <= $$(notdir $$(PRIVATE_RS_SRC))"
1510 $$(call host-echo-build-step,$$(PRIVATE_ABI),$$(PRIVATE_TEXT)) "$$(PRIVATE_MODULE) <= $$(notdir $$(PRIVATE_RS_SRC))"
1519 # This assumes the same things than ev-build-file, but will handle
1521 define ev-build-source-file
1525 $$(eval $$(call ev-build-file))
1570 $$(eval $$(call ev-build-file))
1580 $$(call host-echo-build-step,$$(PRIVATE_ABI),AsmFilter) "$$(PRIVATE_MODULE) <= $$(notdir $$(PRIVATE_SRC))"
1589 $$(eval $$(call ev-build-file))
1619 $$(eval $$(call ev-build-source-file))
1660 $$(call host-echo-build-step,$$(PRIVATE_ABI),$$(PRIVATE_TEXT)) "$$(PRIVATE_MODULE) <= $$(notdir $$(PRIVATE_SRC))"
1670 # Rationale : Setup everything required to build a single C source file
1680 # Rationale : Setup everything required to build a single Assembly source file
1690 # Rationale : Setup everything required to build a single Assembly source file
1721 $$(eval $$(call ev-build-source-file))
1730 # Rationale : Setup everything required to build a single C++ source file
1780 $$(eval $$(call ev-build-rs-file))
1793 # Rationale : Setup everything required to build a single RS source file
1907 # during the NDK build.