Skip to content

Commit

Permalink
Snap for 5061196 from 6820cb6 to master-cuttlefish-testing-release
Browse files Browse the repository at this point in the history
Change-Id: Idd5f8dc119a41c9692d3e4ce79b405da4ec10af2
  • Loading branch information
android-build-prod (mdb) committed Oct 12, 2018
2 parents a81ac2d + 6820cb6 commit 12ae671
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -4176,4 +4176,15 @@ cc_library_static {
cflags: [
"-DPERFETTO_BUILD_WITH_ANDROID",
],
}

java_library_static {
name: "perfetto_config-lite",
host_supported: true,
proto: {
type: "lite",
},
srcs: [
"protos/perfetto/config/perfetto_config.proto",
],
}
11 changes: 11 additions & 0 deletions Android.bp.extras
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,14 @@ cc_library_static {
"-DPERFETTO_BUILD_WITH_ANDROID",
],
}

java_library_static {
name: "perfetto_config-lite",
host_supported: true,
proto: {
type: "lite",
},
srcs: [
"protos/perfetto/config/perfetto_config.proto",
],
}

0 comments on commit 12ae671

Please sign in to comment.