Gitiles
Code Review
Sign In
review.gerrithub.io
/
CandyDevices
/
device_samsung_celox-common
/
89a7c079dd2428372ecdc9a88dec11aa98c288eb
/
.
/
Android.mk
blob: 601d3bd6979f138350fbb9c67aba5722865249eb [
file
] [
log
] [
blame
]
Steve Kondik
89a7c07
2013-01-25 19:56:37 -0800
[
diff
] [
blame^
]
1
LOCAL_PATH
:=
$
(
call my
-
dir
)
2
3
ifeq
(
$
(
BOARD_VENDOR
),
samsung
)
4
ifeq
(
$
(
TARGET_BOARD_PLATFORM
),
msm8660
)
5
include $
(
call all
-
subdir
-
makefiles
,
$
(
LOCAL_PATH
))
6
endif
7
endif