summaryrefslogtreecommitdiff
path: root/tools/aapt2/java/JavaClassGenerator.cpp
diff options
context:
space:
mode:
authorSongchun Fan <schfan@google.com>2019-10-30 15:20:59 -0700
committerSongchun Fan <schfan@google.com>2019-11-06 11:39:02 -0800
commit0037c3fef25b752378bd046fe1740071aab7643c (patch)
treea42fbf8f4a8ace9f707526a5be38dce9de694bdd /tools/aapt2/java/JavaClassGenerator.cpp
parent045b3960e71e370e37def40db3f4f324c81c4005 (diff)
[incremental] fundamental aidl interfaces
Please review the fundamental AIDL interfaces for enabling the Incremenetal feature. Basically there are three services: + android.os.incremental.IIncrementalService: Provides basic file operation functions. Will be implemented in native. + android.os.incremental.IIncrementalServiceProxy: Started by SystemServer, is it the proxy that starts native Incremental Service. The proxy also handles Java tasks like finding data loader service package, binding to data loader service and talking to it. Essentially the native Incremental Service controls the data loader service via this proxy. Will be implemented in Java. + android.service.incremental.IIncrementalDataLoaderService: Defines inteface for the base data loader service. I understand that data loader is being re-designed but I would like to get the "placeholder" in master first, and we can iterate on the implementation details in master. Test: builds Change-Id: Ifc3a43633356951b239486d66ee80d120bc4ab76
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator.cpp')
0 files changed, 0 insertions, 0 deletions