* commit 'ba35b2d61531a071533891307904e6ad7f81fb65': Allow uninstallable APPs.
This commit is contained in:
commit
41346ae407
1 changed files with 1 additions and 7 deletions
|
@ -194,14 +194,8 @@ endif
|
|||
LOCAL_BUILT_MODULE := $(built_module_path)/$(LOCAL_BUILT_MODULE_STEM)
|
||||
built_module_path :=
|
||||
|
||||
# LOCAL_UNINSTALLABLE_MODULE is only allowed to be used by the
|
||||
# internal STATIC_LIBRARIES build files.
|
||||
LOCAL_UNINSTALLABLE_MODULE := $(strip $(LOCAL_UNINSTALLABLE_MODULE))
|
||||
ifdef LOCAL_UNINSTALLABLE_MODULE
|
||||
ifeq (,$(filter $(LOCAL_MODULE_CLASS),JAVA_LIBRARIES STATIC_LIBRARIES))
|
||||
$(error $(LOCAL_PATH): Illegal use of LOCAL_UNINSTALLABLE_MODULE)
|
||||
endif
|
||||
else
|
||||
ifneq (true,$(LOCAL_UNINSTALLABLE_MODULE))
|
||||
LOCAL_INSTALLED_MODULE := $(LOCAL_MODULE_PATH)/$(LOCAL_INSTALLED_MODULE_STEM)
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue