summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Tao Bao <tbao@google.com> 2016-01-26 18:17:37 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2016-01-26 18:17:37 +0000
commit5adbfd0a440034d6b47eaa521a5b9e38b006e52d (patch)
treea8c576adaaeaa713ec5d7bb4969a0a04ff190252
parentbae1c3482cdcd487dec7d1a754cf79d5c18a624b (diff)
parentbdc77360ea277368f15d4f91b540a4882f093fa5 (diff)
Merge "Build update engine binder AIDLs for framework use."
-rw-r--r--Android.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 53e892f3351f..3f44d6255327 100644
--- a/Android.mk
+++ b/Android.mk
@@ -430,6 +430,14 @@ LOCAL_SRC_FILES += \
core/java/android/service/quicksettings/IQSService.aidl \
core/java/android/service/quicksettings/IQSTileService.aidl \
+# The following are native binders that need to go with the native component
+# at system/update_engine/binder_bindings/. Use relative path to refer to them.
+LOCAL_SRC_FILES += \
+ ../../system/update_engine/binder_bindings/android/os/IUpdateEngine.aidl \
+ ../../system/update_engine/binder_bindings/android/os/IUpdateEngineCallback.aidl \
+
+LOCAL_AIDL_INCLUDES += system/update_engine/binder_bindings
+
# FRAMEWORKS_BASE_JAVA_SRC_DIRS comes from build/core/pathmap.mk
LOCAL_AIDL_INCLUDES += \
$(FRAMEWORKS_BASE_JAVA_SRC_DIRS) \