OSDN Git Service

Make lpdump possible without root.
authorYifan Hong <elsk@google.com>
Fri, 15 Mar 2019 21:19:08 +0000 (14:19 -0700)
committerYifan Hong <elsk@google.com>
Wed, 20 Mar 2019 23:28:06 +0000 (16:28 -0700)
commitb84fb57317c99f56e77dd21d80d230a3d5aefe9b
treed762d8b9e8ae566079eca9fc71e9ab41014bc21c
parentb48d79fa91f888fbd3fd63465f9d28b682cd74c3
Make lpdump possible without root.

Test: adb unroot && adb shell lpdump
Bug: 126233777

Change-Id: Ie559072fe53fee43d7c4a9e8f97a89d979e5b9bc
partition_tools/Android.bp
partition_tools/aidl/Android.bp [new file with mode: 0644]
partition_tools/aidl/android/lpdump/ILpdump.aidl [new file with mode: 0644]
partition_tools/lpdump.cc
partition_tools/lpdump_host.cc [new file with mode: 0644]
partition_tools/lpdump_target.cc [new file with mode: 0644]
partition_tools/lpdumpd.cc [new file with mode: 0644]
partition_tools/lpdumpd.rc [new file with mode: 0644]