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
77 LOCAL_PACKAGE_SPLITS := v7
100 LOCAL_PACKAGE_SPLITS := v7
  /cts/hostsidetests/appsecurity/test-apps/SplitApp/feature/
Android.mk 22 LOCAL_PACKAGE_SPLITS := v7
  /build/core/
prebuilt_internal.mk 207 ifdef LOCAL_PACKAGE_SPLITS
208 # LOCAL_PACKAGE_SPLITS is a list of apks to be installed.
209 built_apk_splits := $(addprefix $(built_module_path)/,$(notdir $(LOCAL_PACKAGE_SPLITS)))
210 installed_apk_splits := $(addprefix $(my_module_path)/,$(notdir $(LOCAL_PACKAGE_SPLITS)))
213 my_src_dir := $(sort $(dir $(LOCAL_PACKAGE_SPLITS)))
215 $(error You must put all the split source apks in the same folder: $(LOCAL_PACKAGE_SPLITS))
234 $(foreach s,$(LOCAL_PACKAGE_SPLITS),$(built_module_path)/$(notdir $(s)):$(my_module_path)/$(notdir $(s)))
239 endif # LOCAL_PACKAGE_SPLITS
package_internal.mk 71 ifdef LOCAL_PACKAGE_SPLITS
72 LOCAL_AAPT_FLAGS += $(addprefix --split ,$(LOCAL_PACKAGE_SPLITS))
376 ifdef LOCAL_PACKAGE_SPLITS
430 ifdef LOCAL_PACKAGE_SPLITS
431 # LOCAL_PACKAGE_SPLITS is a list of resource labels.
433 my_split_suffixes := $(subst $(comma),_,$(LOCAL_PACKAGE_SPLITS))
464 endif # LOCAL_PACKAGE_SPLITS
clear_vars.mk 26 LOCAL_PACKAGE_SPLITS:=

Completed in 3884 milliseconds