commit | 375f56363a8737119ce2222dcfaacbe1cf733fc0 | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Mon Jun 15 18:24:59 2009 -0700 |
committer | Mathias Agopian <mathias@google.com> | Mon Jun 15 21:56:51 2009 -0700 |
tree | 5cdf2be415ef2668b6d4179b00b61e5a57f5c077 | |
parent | 5e78e0965169790111f01354e78b0f8d34c94840 [diff] [blame] |
new Permission class used to improve permission checks speed (by caching results)
diff --git a/libs/binder/Android.mk b/libs/binder/Android.mk index c4d695e..2df6775 100644 --- a/libs/binder/Android.mk +++ b/libs/binder/Android.mk
@@ -29,6 +29,7 @@ MemoryHeapBase.cpp \ MemoryHeapPmem.cpp \ Parcel.cpp \ + Permission.cpp \ ProcessState.cpp \ Static.cpp