Override LOCAL_CERTIFICATE in inherit-package.

it's to fix typo.

Change-Id: I9a791faa4b7b5967b5d23bfcb4caeebaef94e723
diff --git a/core/definitions.mk b/core/definitions.mk
index 5768c6d..2a771c2 100644
--- a/core/definitions.mk
+++ b/core/definitions.mk
@@ -1751,7 +1751,7 @@
 # clear_vars.mk.
 ###########################################################
 define inherit-package
-  $(eval $(call inherit-package-internal,$(1),$(2),$(3),$(4),$(5)))
+  $(eval $(call inherit-package-internal,$(1),$(2),$(3),$(4),$(5),$(6)))
 endef
 
 define inherit-package-internal