OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LOCAL_PACKAGE_SPLITS
(Results
1 - 7
of
7
) 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
56
LOCAL_PACKAGE_SPLITS
:= v7
83
LOCAL_PACKAGE_SPLITS
:= v7
109
LOCAL_PACKAGE_SPLITS
:= v7
/cts/hostsidetests/appsecurity/test-apps/SplitApp/feature/
Android.mk
22
LOCAL_PACKAGE_SPLITS
:= v7
/build/core/
prebuilt_internal.mk
296
ifdef
LOCAL_PACKAGE_SPLITS
297
#
LOCAL_PACKAGE_SPLITS
is a list of apks to be installed.
298
built_apk_splits := $(addprefix $(built_module_path)/,$(notdir $(
LOCAL_PACKAGE_SPLITS
)))
299
installed_apk_splits := $(addprefix $(my_module_path)/,$(notdir $(
LOCAL_PACKAGE_SPLITS
)))
302
my_src_dir := $(sort $(dir $(
LOCAL_PACKAGE_SPLITS
)))
304
$(error You must put all the split source apks in the same folder: $(
LOCAL_PACKAGE_SPLITS
))
322
$(foreach s,$(
LOCAL_PACKAGE_SPLITS
),$(built_module_path)/$(notdir $(s)):$(my_module_path)/$(notdir $(s)))
327
endif #
LOCAL_PACKAGE_SPLITS
package_internal.mk
78
ifdef
LOCAL_PACKAGE_SPLITS
79
LOCAL_AAPT_FLAGS += $(addprefix --split ,$(
LOCAL_PACKAGE_SPLITS
))
522
ifdef
LOCAL_PACKAGE_SPLITS
604
ifdef
LOCAL_PACKAGE_SPLITS
605
#
LOCAL_PACKAGE_SPLITS
is a list of resource labels.
607
my_split_suffixes := $(subst $(comma),_,$(
LOCAL_PACKAGE_SPLITS
))
649
endif #
LOCAL_PACKAGE_SPLITS
clear_vars.mk
26
LOCAL_PACKAGE_SPLITS
:=
/build/soong/androidmk/cmd/androidmk/
android.go
61
"
LOCAL_PACKAGE_SPLITS
": {"package_splits", bpparser.List},
Completed in 235 milliseconds