Gitiles
Code Review
Sign In
review.gerrithub.io
/
CandyDevices
/
device_samsung_celox-common
/
77cf1a97354e3566fc29977321a58eb2833e8ed1
/
.
/
Android.mk
blob: eee7e20f9bb6a8db7c917c676f0e08bab2e9b561 [
file
] [
log
] [
blame
]
LOCAL_PATH
:=
$
(
call my
-
dir
)
ifeq
(
$
(
BOARD_VENDOR
),
samsung
)
ifeq
(
$
(
BOARD_FAMILY
),
celox
)
ifeq
(
$
(
TARGET_BOARD_PLATFORM
),
msm8660
)
include $
(
call all
-
subdir
-
makefiles
,
$
(
LOCAL_PATH
))
endif
endif
endif