Merge "Enforce LOCAL_CERTIFICATE is set in soong_app_prebuilt.mk" am: 5c3725510a
am: 30c91a72ed
Change-Id: Ib0720906ec616ad65234d70b0cc5630f16e2746b
This commit is contained in:
@@ -139,6 +139,9 @@ my_prebuilt_jni_libs :=
|
|||||||
my_2nd_arch_prefix :=
|
my_2nd_arch_prefix :=
|
||||||
|
|
||||||
PACKAGES := $(PACKAGES) $(LOCAL_MODULE)
|
PACKAGES := $(PACKAGES) $(LOCAL_MODULE)
|
||||||
|
ifndef LOCAL_CERTIFICATE
|
||||||
|
$(call pretty-error,LOCAL_CERTIFICATE must be set for soong_app_prebuilt.mk)
|
||||||
|
endif
|
||||||
ifeq ($(LOCAL_CERTIFICATE),PRESIGNED)
|
ifeq ($(LOCAL_CERTIFICATE),PRESIGNED)
|
||||||
# The magic string "PRESIGNED" means this package is already checked
|
# The magic string "PRESIGNED" means this package is already checked
|
||||||
# signed with its release key.
|
# signed with its release key.
|
||||||
|
Reference in New Issue
Block a user