HomeSort by relevance Sort by last modified time
    Searched refs:LOCAL_VINTF_FRAGMENTS (Results 1 - 4 of 4) sorted by null

  /build/make/core/
clear_vars.mk 299 LOCAL_VINTF_FRAGMENTS:=
base_rules.mk 519 ifneq ($(strip $(LOCAL_VINTF_FRAGMENTS)),)
521 my_vintf_pairs := $(foreach xml,$(LOCAL_VINTF_FRAGMENTS),$(LOCAL_PATH)/$(xml):$(TARGET_OUT$(partition_tag)_ETC)/vintf/manifest/$(notdir $(xml)))
531 endif # LOCAL_VINTF_FRAGMENTS
    [all...]
  /build/soong/android/
androidmk.go 300 fmt.Fprintln(&data.preamble, "LOCAL_VINTF_FRAGMENTS := ", strings.Join(amod.commonProperties.Vintf_fragments, " "))
  /build/soong/androidmk/cmd/androidmk/
android.go 139 "LOCAL_VINTF_FRAGMENTS": "vintf_fragments",

Completed in 43 milliseconds