OSDN Git Service

Override LOCAL_CERTIFICATE in inherit-package.
authorYing Wang <wangying@google.com>
Wed, 2 Jun 2010 20:24:36 +0000 (13:24 -0700)
committerYing Wang <wangying@google.com>
Wed, 2 Jun 2010 20:24:36 +0000 (13:24 -0700)
it's to fix typo.

Change-Id: I9a791faa4b7b5967b5d23bfcb4caeebaef94e723

core/definitions.mk

index 5768c6d..2a771c2 100644 (file)
@@ -1751,7 +1751,7 @@ endef
 # 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