Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_frameworks_native
/
5a002874266fdd1c4ece5f4c935811016e95dba2
/
.
/
cmds
/
atrace
/
Android.bp
blob: 6bfb0a4cb2905ec729fe175d5c7f39c36eb6e4f6 [
file
] [
log
] [
blame
]
// Copyright 2012 The Android Open Source Project
cc_binary
{
name
:
"atrace"
,
srcs
:
[
"atrace.cpp"
],
shared_libs
:
[
"libbinder"
,
"libcutils"
,
"libutils"
,
"libz"
,
"libbase"
,
],
init_rc
:
[
"atrace.rc"
],
}