Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_vendor_leaf
/
1cee45c74186ead278c5547814a5ee45cf520c41
/
.
/
build
/
core
/
definitions.mk
blob: c79821fc7df3b8f9feb3d210d51f8a61c5c17db6 [
file
] [
log
] [
blame
]
#
# Leaf-specific macros
#
define uniq
$
(
if
$1
,
$
(
firstword $1
)
$
(
call uniq
,
$
(
filter
-
out $
(
firstword $1
),
$1
)))
endef
# Include board/platform macros
include vendor
/
leaf
/
build
/
core
/
utils
.
mk