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

  /frameworks/base/tests/Split/
Android.mk 23 LOCAL_PACKAGE_SPLITS := mdpi-v4 hdpi-v4 xhdpi-v4 xxhdpi-v4
  /cts/hostsidetests/appsecurity/test-apps/SplitApp/
Android.mk 28 LOCAL_PACKAGE_SPLITS := mdpi-v4 hdpi-v4 xhdpi-v4 xxhdpi-v4 v7 fr de
53 LOCAL_PACKAGE_SPLITS := v7
76 LOCAL_PACKAGE_SPLITS := v7
  /cts/hostsidetests/appsecurity/test-apps/SplitApp/feature/
Android.mk 22 LOCAL_PACKAGE_SPLITS := v7
  /build/core/
prebuilt_internal.mk 194 ifdef LOCAL_PACKAGE_SPLITS
195 # LOCAL_PACKAGE_SPLITS is a list of apks to be installed.
196 built_apk_splits := $(addprefix $(built_module_path)/,$(notdir $(LOCAL_PACKAGE_SPLITS)))
197 installed_apk_splits := $(addprefix $(my_module_path)/,$(notdir $(LOCAL_PACKAGE_SPLITS)))
200 my_src_dir := $(sort $(dir $(LOCAL_PACKAGE_SPLITS)))
202 $(error You must put all the split source apks in the same folder: $(LOCAL_PACKAGE_SPLITS))
221 $(foreach s,$(LOCAL_PACKAGE_SPLITS),$(built_module_path)/$(notdir $(s)):$(my_module_path)/$(notdir $(s)))
226 endif # LOCAL_PACKAGE_SPLITS
package_internal.mk 71 ifdef LOCAL_PACKAGE_SPLITS
72 LOCAL_AAPT_FLAGS += $(addprefix --split ,$(LOCAL_PACKAGE_SPLITS))
380 ifdef LOCAL_PACKAGE_SPLITS
424 ifdef LOCAL_PACKAGE_SPLITS
425 # LOCAL_PACKAGE_SPLITS is a list of resource labels.
427 my_split_suffixes := $(subst $(comma),_,$(LOCAL_PACKAGE_SPLITS))
458 endif # LOCAL_PACKAGE_SPLITS
clear_vars.mk 26 LOCAL_PACKAGE_SPLITS:=

Completed in 82 milliseconds