summaryrefslogtreecommitdiffstats
path: root/libs/binder/Android.mk
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2013-02-12 15:12:21 -0800
committerDianne Hackborn <hackbod@google.com>2013-02-12 15:13:37 -0800
commit5da5ca520cca085528588f6067acb1c437001ef2 (patch)
tree40122df7d2df26007eb86f7a1522336e4d9f537c /libs/binder/Android.mk
parent351c2941736039c495dd7ac849ec64fbf7f3ff05 (diff)
downloadframeworks_native-5da5ca520cca085528588f6067acb1c437001ef2.zip
frameworks_native-5da5ca520cca085528588f6067acb1c437001ef2.tar.gz
frameworks_native-5da5ca520cca085528588f6067acb1c437001ef2.tar.bz2
App ops: new native access API.
This is to help implementation of bug #8181262 and maybe bug #8181261 Note the current code has not yet been tested; it is only known to compile at this point. Change-Id: I489674c96d0d3fc0ddacc92611931a19a9ee5230
Diffstat (limited to 'libs/binder/Android.mk')
-rw-r--r--libs/binder/Android.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/binder/Android.mk b/libs/binder/Android.mk
index d449298..994d3db 100644
--- a/libs/binder/Android.mk
+++ b/libs/binder/Android.mk
@@ -14,8 +14,11 @@
# we have the common sources, plus some device-specific stuff
sources := \
+ AppOpsManager.cpp \
Binder.cpp \
BpBinder.cpp \
+ IAppOpsCallback.cpp \
+ IAppOpsService.cpp \
IInterface.cpp \
IMemory.cpp \
IPCThreadState.cpp \