Home
last modified time | relevance | path

Searched refs:mk (Results 1 – 25 of 223) sorted by relevance

123456789

/build/make/target/product/
DAndroidProducts.mk37 $(LOCAL_DIR)/aosp_arm64.mk \
38 $(LOCAL_DIR)/aosp_arm.mk \
39 $(LOCAL_DIR)/aosp_x86_64.mk \
40 $(LOCAL_DIR)/aosp_x86.mk \
41 $(LOCAL_DIR)/full.mk \
42 $(LOCAL_DIR)/full_x86.mk \
46 $(LOCAL_DIR)/aosp_arm64_ab.mk \
47 $(LOCAL_DIR)/aosp_arm64.mk \
48 $(LOCAL_DIR)/aosp_arm_ab.mk \
49 $(LOCAL_DIR)/aosp_arm.mk \
[all …]
Dhandheld_system.mk21 $(call inherit-product, $(SRC_TARGET_DIR)/product/media_system.mk)
22 $(call inherit-product-if-exists, frameworks/base/data/fonts/fonts.mk)
23 $(call inherit-product-if-exists, external/google-fonts/dancing-script/fonts.mk)
24 $(call inherit-product-if-exists, external/google-fonts/carrois-gothic-sc/fonts.mk)
25 $(call inherit-product-if-exists, external/google-fonts/coming-soon/fonts.mk)
26 $(call inherit-product-if-exists, external/google-fonts/cutive-mono/fonts.mk)
27 $(call inherit-product-if-exists, external/google-fonts/source-sans-pro/fonts.mk)
28 $(call inherit-product-if-exists, external/noto-fonts/fonts.mk)
29 $(call inherit-product-if-exists, external/roboto-fonts/fonts.mk)
30 $(call inherit-product-if-exists, external/hyphenation-patterns/patterns.mk)
[all …]
Dmainline.mk20 $(call inherit-product, $(SRC_TARGET_DIR)/product/mainline_system.mk)
22 $(call inherit-product, $(SRC_TARGET_DIR)/product/handheld_vendor.mk)
23 $(call inherit-product, $(SRC_TARGET_DIR)/product/handheld_product.mk)
24 $(call inherit-product, $(SRC_TARGET_DIR)/product/telephony_vendor.mk)
25 $(call inherit-product, $(SRC_TARGET_DIR)/product/telephony_product.mk)
27 $(call inherit-product, frameworks/base/data/sounds/AllAudio.mk)
Daosp_x86_64.mk32 $(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
33 $(call inherit-product, $(SRC_TARGET_DIR)/product/gsi_common.mk)
36 $(call inherit-product-if-exists, device/generic/goldfish/x86_64-vendor.mk)
37 $(call inherit-product, $(SRC_TARGET_DIR)/product/emulator_vendor.mk)
38 $(call inherit-product, $(SRC_TARGET_DIR)/board/generic_x86_64/device.mk)
Daosp_arm64.mk32 $(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
33 $(call inherit-product, $(SRC_TARGET_DIR)/product/gsi_common.mk)
36 $(call inherit-product-if-exists, device/generic/goldfish/arm64-vendor.mk)
37 $(call inherit-product, $(SRC_TARGET_DIR)/product/emulator_vendor.mk)
38 $(call inherit-product, $(SRC_TARGET_DIR)/board/generic_arm64/device.mk)
/build/kati/testcase/
Dsort.mk11mk device/moto/shamu/AndroidProducts.mk device/asus/fugu/AndroidProducts.mk device/asus/deb/Androi…
Dninja_regen_glob.sh20 mk="$@"
28 touch xe.mk yc.mk xa.mk yb.mk xd.mk
31 include *.mk
36 ${mk} 2> ${log}
41 ${mk} 2> ${log}
Dninja_regen.sh20 mk="$@"
35 ${mk} 2> ${log}
50 echo wildcard=\$(wildcard *.mk)
55 ${mk} 2> ${log}
64 ${mk} 2> ${log}
73 ${mk} 2> ${log}
82 ${mk} 2> ${log}
91 ${mk} 2> ${log}
100 ${mk} 2> ${log}
109 ${mk} 2> ${log}
[all …]
Dmakefile_list.mk3 touch foo.mk
7 touch bar.mk
16 -include foo.mk bar.mk
17 -include bar.mk
18 -include foo.mk
19 -include ./././foo.mk
Dwerror_overriding_commands.sh19 mk="$@"
29 if echo "${mk}" | grep -qv "kati"; then
37 ${mk} 2>&1 && echo "Clean exit"
40 if echo "${mk}" | grep -qv "kati"; then
43 ${mk} --werror_overriding_commands 2>&1 && echo "Clean exit"
Dsuffix_rule_warn.sh19 mk="$@"
28 if echo "${mk}" | grep -qv "kati"; then
33 ${mk} --no_builtin_rules --warn_suffix_rules 2>&1
36 if echo "${mk}" | grep -qv "kati"; then
40 ${mk} --no_builtin_rules --werror_suffix_rules 2>&1
Dreal_to_phony.sh19 mk="$@"
30 if echo "${mk}" | grep -qv "kati"; then
35 ${mk} --warn_real_to_phony 2>&1
38 if echo "${mk}" | grep -qv "kati"; then
42 ${mk} --werror_real_to_phony 2>&1
Dwerror_find_emulator.sh19 mk="$@"
26 if echo "${mk}" | grep -qv "kati"; then
33 ${mk} --use_find_emulator 2>&1 && echo "Clean exit"
36 if echo "${mk}" | grep -qv "kati"; then
39 ${mk} --use_find_emulator --werror_find_emulator 2>&1 && echo "Clean exit"
Dtop_level_phony.sh19 mk="$@"
30 if echo "${mk}" | grep -qv "kati"; then
35 ${mk} --warn_real_to_phony --top_level_phony 2>&1
38 if echo "${mk}" | grep -qv "kati"; then
42 ${mk} --werror_real_to_phony --top_level_phony 2>&1
Dimplicit_pattern_rule_warn.sh19 mk="$@"
31 if echo "${mk}" | grep -qv "kati"; then
36 ${mk} --no_builtin_rules --warn_implicit_rules 2>&1
39 if echo "${mk}" | grep -qv "kati"; then
43 ${mk} --no_builtin_rules --werror_implicit_rules 2>&1
Dphony_looks_real.sh19 mk="$@"
29 if echo "${mk}" | grep -qv "kati"; then
35 ${mk} --warn_phony_looks_real 2>&1
38 if echo "${mk}" | grep -qv "kati"; then
42 ${mk} --werror_phony_looks_real 2>&1
Dwritable.sh19 mk="$@"
35 if echo "${mk}" | grep -qv "kati"; then
41 ${mk} --writable=out/ 2>&1
44 if echo "${mk}" | grep -qv "kati"; then
48 ${mk} --writable=out/ --werror_writable 2>&1
Dninja_regen_filefunc_read.sh20 mk="$@"
34 ${mk} 2> ${log}
39 ${mk} 2> ${log}
49 ${mk} 2> ${log}
57 ${mk} 2> ${log}
68 ${mk} 2> ${log}
Dphony_targets.sh19 mk="$@"
30 ${mk}
32 ${mk} a
34 ${mk} b
Dninja_regen_find_link.sh25 mk="$@"
26 if echo "${mk}" | grep kati > /dev/null; then
27 mk="${mk} --use_find_emulator"
30 ${mk} $@ 2> /dev/null
/build/make/core/
Dstatic_library.mk3 include $(BUILD_SYSTEM)/multilib.mk
11 include $(BUILD_SYSTEM)/module_arch_supported.mk
14 include $(BUILD_SYSTEM)/static_library_internal.mk
20 include $(BUILD_SYSTEM)/module_arch_supported.mk
28 include $(BUILD_SYSTEM)/static_library_internal.mk
Dhost_shared_library.mk5 include $(BUILD_SYSTEM)/multilib.mk
15 include $(BUILD_SYSTEM)/module_arch_supported.mk
18 include $(BUILD_SYSTEM)/host_shared_library_internal.mk
23 include $(BUILD_SYSTEM)/module_arch_supported.mk
30 include $(BUILD_SYSTEM)/host_shared_library_internal.mk
Dhost_static_library.mk5 include $(BUILD_SYSTEM)/multilib.mk
15 include $(BUILD_SYSTEM)/module_arch_supported.mk
18 include $(BUILD_SYSTEM)/host_static_library_internal.mk
23 include $(BUILD_SYSTEM)/module_arch_supported.mk
30 include $(BUILD_SYSTEM)/host_static_library_internal.mk
Dheader_library.mk8 include $(BUILD_SYSTEM)/multilib.mk
16 include $(BUILD_SYSTEM)/module_arch_supported.mk
19 include $(BUILD_SYSTEM)/header_library_internal.mk
24 include $(BUILD_SYSTEM)/module_arch_supported.mk
31 include $(BUILD_SYSTEM)/header_library_internal.mk
Dprebuilt.mk24 include $(BUILD_SYSTEM)/multilib.mk
30 include $(BUILD_SYSTEM)/module_arch_supported.mk
33 include $(BUILD_SYSTEM)/prebuilt_internal.mk
47 include $(BUILD_SYSTEM)/module_arch_supported.mk
53 include $(BUILD_SYSTEM)/prebuilt_internal.mk

123456789