OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LOCAL_APK_LIBRARIES
(Results
1 - 9
of
9
) sorted by null
/cts/hostsidetests/appsecurity/test-apps/IsolatedSplitApp/feature_a/
Android.mk
30
LOCAL_APK_LIBRARIES
:= CtsIsolatedSplitApp
31
LOCAL_RES_LIBRARIES := $(
LOCAL_APK_LIBRARIES
)
/cts/hostsidetests/appsecurity/test-apps/IsolatedSplitApp/feature_b/
Android.mk
29
LOCAL_APK_LIBRARIES
:= CtsIsolatedSplitApp CtsIsolatedSplitAppFeatureA
30
LOCAL_RES_LIBRARIES := $(
LOCAL_APK_LIBRARIES
)
/cts/hostsidetests/appsecurity/test-apps/IsolatedSplitApp/feature_c/
Android.mk
29
LOCAL_APK_LIBRARIES
:= CtsIsolatedSplitApp
30
LOCAL_RES_LIBRARIES := $(
LOCAL_APK_LIBRARIES
)
/frameworks/base/tests/FeatureSplit/feature1/
Android.mk
25
LOCAL_APK_LIBRARIES
:= FeatureSplitBase
/frameworks/base/tests/FeatureSplit/feature2/
Android.mk
25
LOCAL_APK_LIBRARIES
:= FeatureSplitBase
/cts/hostsidetests/appsecurity/test-apps/NoRestartApp/feature/
Android.mk
35
LOCAL_APK_LIBRARIES
:= $(featureOf)
/build/make/core/
dex_preopt_odex_install.mk
13
ifeq (,$(
LOCAL_APK_LIBRARIES
)) #
LOCAL_APK_LIBRARIES
empty
20
else #
LOCAL_APK_LIBRARIES
not empty
22
endif #
LOCAL_APK_LIBRARIES
not empty
clear_vars.mk
15
LOCAL_APK_LIBRARIES
:=
java_common.mk
245
apk_libraries := $(sort $(
LOCAL_APK_LIBRARIES
) $(LOCAL_RES_LIBRARIES))
Completed in 2228 milliseconds