Skip to content
This repository has been archived by the owner on May 1, 2023. It is now read-only.

Commit

Permalink
Restore sample app target
Browse files Browse the repository at this point in the history
Summary:
Restore the open source sample target to restore the Travis build.

I'm not sure the python code can parse this data yet, so I'm not gonna flip the
target over to have processmetadata as well.

Differential Revision: D6717041

fbshipit-source-id: 516054861117f7000cd9bbd9c9ab03055515e5dc
  • Loading branch information
Delyan Kratunov authored and facebook-github-bot committed Jan 13, 2018
1 parent a46f267 commit a7529f4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions java/main/com/facebook/loom/sample/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,14 @@ def loom_sample_app(providers):

loom_sample_app(None)

# Referred to by open source buckconfig, don't forget to update it there.
loom_sample_app([
"atrace",
"stacktrace",
"systemcounters",
"threadmetadata",
])

loom_sample_app([
"atrace",
"stacktrace",
Expand Down

0 comments on commit a7529f4

Please sign in to comment.