Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
frameworks
/
base
/
7e47f171b5d2aa55a747752d1c7dc7014e8cbd8b
/
.
/
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