diff options
author | 2021-04-13 00:56:05 +0000 | |
---|---|---|
committer | 2021-04-13 00:56:05 +0000 | |
commit | f328f5841f2e501190682d439411d9759036b9ef (patch) | |
tree | c5c363de2a816fcb086258a51e2d841f533963c6 /libs/permission/Android.bp | |
parent | 640684d52905e9adea58af7d1e388f4c22e1d8c4 (diff) |
libpermission
empty library for dependency resolution across multiple branches
Bug: 183654927
Test: build
Change-Id: I0856882c722ea034793806bd7976f838e931ba73
Diffstat (limited to 'libs/permission/Android.bp')
-rw-r--r-- | libs/permission/Android.bp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libs/permission/Android.bp b/libs/permission/Android.bp new file mode 100644 index 0000000000..9492bda8a1 --- /dev/null +++ b/libs/permission/Android.bp @@ -0,0 +1,5 @@ +// TODO(b/183654927): empty place holder to start moving permission related things out of libbinder +// (appops, permission controller, etc..) +cc_library_shared { + name: "libpermission", +} |