diff options
| author | 2016-01-26 18:17:37 +0000 | |
|---|---|---|
| committer | 2016-01-26 18:17:37 +0000 | |
| commit | 5adbfd0a440034d6b47eaa521a5b9e38b006e52d (patch) | |
| tree | a8c576adaaeaa713ec5d7bb4969a0a04ff190252 | |
| parent | bae1c3482cdcd487dec7d1a754cf79d5c18a624b (diff) | |
| parent | bdc77360ea277368f15d4f91b540a4882f093fa5 (diff) | |
Merge "Build update engine binder AIDLs for framework use."
| -rw-r--r-- | Android.mk | 8 |
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) \ |