Searched refs:build_type (Results 1 – 5 of 5) sorted by relevance
22 ifeq ($(build_type),host)32 ifeq ($(build_type),host)43 LOCAL_CLANG := $($(module)_clang_$(build_type))64 $($(module)_cflags_$(build_type)) \69 $($(module)_conlyflags_$(build_type)) \74 $($(module)_cppflags_$(build_type)) \79 $($(module)_c_includes_$(build_type)) \83 $($(module)_src_files_$(build_type)) \87 $($(module)_static_libraries_$(build_type)) \91 $($(module)_shared_libraries_$(build_type)) \[all …]
185 std::string build_type = android::base::GetProperty("ro.build.type", "user"); in is_user_build() local186 if (build_type == "userdebug" || build_type == "eng") { in is_user_build()
18 build_type := target
18 build_type := host
86 build_type := target