Sign in
android
/
device
/
asus
/
flo
/
42fd6ed11813f7cdfbe3a57ef467da11a2eb1703
/
.
/
camera
/
Android.mk
blob: 8faf8d7152abf2f1dcadd0447324bcfaca56e642 [
file
] [
log
] [
blame
]
ifeq
(
$
(
strip $
(
USE_DEVICE_SPECIFIC_CAMERA
)),
true
)
ifneq
(
$
(
filter msm8960 msm8226 msm8974
,
$
(
TARGET_BOARD_PLATFORM
)),)
ifneq
(
$
(
USE_CAMERA_STUB
),
true
)
ifneq
(
$
(
BUILD_TINY_ANDROID
),
true
)
include $
(
call all
-
subdir
-
makefiles
)
endif
endif
endif
endif