Override LOCAL_CERTIFICATE in inherit-package.
it's to fix typo. Change-Id: I9a791faa4b7b5967b5d23bfcb4caeebaef94e723
This commit is contained in:
parent
5291130983
commit
ba16a89dbd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue