Sign in
android
/
platform
/
frameworks
/
base
/
689e515ed2b8064c15e54d8ab69d87de54c5e0d6
/
.
/
cmds
/
bugreport
/
Android.mk
blob: 631c2193a9878d251eca008b5320fdc993cf78b6 [
file
] [
log
] [
blame
]
ifneq
(
$
(
TARGET_SIMULATOR
),
true
)
LOCAL_PATH
:=
$
(
call my
-
dir
)
include $
(
CLEAR_VARS
)
LOCAL_SRC_FILES
:=
bugreport
.
c
LOCAL_MODULE
:=
bugreport
LOCAL_SHARED_LIBRARIES
:=
libcutils
include $
(
BUILD_EXECUTABLE
)
endif