summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorRuben Brunk <rubenbrunk@google.com>2015-05-19 17:20:24 -0700
committerRuben Brunk <rubenbrunk@google.com>2015-05-19 17:20:24 -0700
commit6664aee15ae2f1183d5c6820bb47c6d7d55806c0 (patch)
tree075dc00e2b12c871c52c33ba2f89a649c4277a99 /Android.mk
parent096c11dc3795120dbc75cc1ee15abaa019fb74d1 (diff)
downloadframeworks_base-6664aee15ae2f1183d5c6820bb47c6d7d55806c0.zip
frameworks_base-6664aee15ae2f1183d5c6820bb47c6d7d55806c0.tar.gz
frameworks_base-6664aee15ae2f1183d5c6820bb47c6d7d55806c0.tar.bz2
camera: Add AIDL interface for CameraServiceProxy.
- Adds an AIDL interface to allow the proxy camera service running in system server to accept RPCs from the camera service running in mediaserver. - Request an update to the valid user set from the proxy camera service when mediaserver restarts to initialize properly + avoid DOS after a crash. Bug: 21267484 Change-Id: Ib821582794ddd1e3574b5dc6c79f7cb197b57f10
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index eb6e7b5..a6ae613 100644
--- a/Android.mk
+++ b/Android.mk
@@ -145,6 +145,7 @@ LOCAL_SRC_FILES += \
core/java/android/database/IContentObserver.aidl \
core/java/android/hardware/ICameraService.aidl \
core/java/android/hardware/ICameraServiceListener.aidl \
+ core/java/android/hardware/ICameraServiceProxy.aidl \
core/java/android/hardware/ICamera.aidl \
core/java/android/hardware/ICameraClient.aidl \
core/java/android/hardware/IConsumerIrService.aidl \