OSDN Git Service

Perfprofd: Move dropbox code to its own static library
authorAndreas Gampe <agampe@google.com>
Wed, 28 Mar 2018 19:43:07 +0000 (12:43 -0700)
committerAndreas Gampe <agampe@google.com>
Fri, 30 Mar 2018 00:09:07 +0000 (17:09 -0700)
commitdb1628647e81dc2d9a62471d4f3b78c84069040e
tree66a461aa403ef725c5d1508175493511f92444b5
parentcd3c54452bd0fab8214f8915313c83ac46d9c697
Perfprofd: Move dropbox code to its own static library

Preparation to move this to generic code.

Bug: 73175642
Test: mmma system/extras/perfprofd
Test: perfprofd_test
Change-Id: I2cad55f201ff8af9acfe8e8e34c6bafea8ef1285
perfprofd/binder_interface/Android.bp
perfprofd/binder_interface/perfprofd_binder.cc
perfprofd/dropbox/Android.bp [new file with mode: 0644]
perfprofd/dropbox/dropbox.cc [new file with mode: 0644]
perfprofd/dropbox/dropbox.h [new file with mode: 0644]
perfprofd/dropbox/dropbox_host.cc [new file with mode: 0644]