Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 30c91a72 authored by Colin Cross's avatar Colin Cross Committed by android-build-merger
Browse files

Merge "Enforce LOCAL_CERTIFICATE is set in soong_app_prebuilt.mk"

am: 5c372551

Change-Id: Ic55c310a7abcc98b995e774aaf591d69605eed78
parents 64d0b72f 5c372551
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -139,6 +139,9 @@ my_prebuilt_jni_libs :=
my_2nd_arch_prefix :=

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)
  # The magic string "PRESIGNED" means this package is already checked
  # signed with its release key.