diff options
author | 2019-12-03 14:15:39 -0800 | |
---|---|---|
committer | 2019-12-03 14:23:11 -0800 | |
commit | e4140377d7cec7b508afba88927180772e9e2d22 (patch) | |
tree | ab95c440d10fe879361b643e616f01127d0efa97 | |
parent | 91b14d539d8848f55b30e477f8d7744e246bd330 (diff) |
global binder includes: symlink binder per-header
So that they can be cleaned up individually.
Bug: N/A
Test: N/A
Change-Id: Id7f10c5b5bcb14fb0aa5f67a4c3d667e9d803133
39 files changed, 38 insertions, 1 deletions
diff --git a/include/binder b/include/binder deleted file mode 120000 index 35a022ab67..0000000000 --- a/include/binder +++ /dev/null @@ -1 +0,0 @@ -../libs/binder/include/binder/
\ No newline at end of file diff --git a/include/binder/ActivityManager.h b/include/binder/ActivityManager.h new file mode 120000 index 0000000000..018f7a50ad --- /dev/null +++ b/include/binder/ActivityManager.h @@ -0,0 +1 @@ +../../libs/binder/include/binder/ActivityManager.h
\ No newline at end of file diff --git a/include/binder/AppOpsManager.h b/include/binder/AppOpsManager.h new file mode 120000 index 0000000000..465826933c --- /dev/null +++ b/include/binder/AppOpsManager.h @@ -0,0 +1 @@ +../../libs/binder/include/binder/AppOpsManager.h
\ No newline at end of file diff --git a/include/binder/Binder.h b/include/binder/Binder.h new file mode 120000 index 0000000000..0fc6db741e --- /dev/null +++ b/include/binder/Binder.h @@ -0,0 +1 @@ +../../libs/binder/include/binder/Binder.h
\ No newline at end of file diff --git a/include/binder/BinderService.h b/include/binder/BinderService.h new file mode 120000 index 0000000000..370b260577 --- /dev/null +++ b/include/binder/BinderService.h @@ -0,0 +1 @@ +../../libs/binder/include/binder/BinderService.h
\ No newline at end of file diff --git a/include/binder/BpBinder.h b/include/binder/BpBinder.h new file mode 120000 index 0000000000..bc1f3d5b3d --- /dev/null +++ b/include/binder/BpBinder.h @@ -0,0 +1 @@ +../../libs/binder/include/binder/BpBinder.h
\ No newline at end of file diff --git a/include/binder/BufferedTextOutput.h b/include/binder/BufferedTextOutput.h new file mode 120000 index 0000000000..fcad4fa40f --- /dev/null +++ b/include/binder/BufferedTextOutput.h @@ -0,0 +1 @@ +../../libs/binder/include/binder/BufferedTextOutput.h
\ No newline at end of file diff --git a/include/binder/Debug.h b/include/binder/Debug.h new file mode 120000 index 0000000000..d76a7f184a --- /dev/null +++ b/include/binder/Debug.h @@ -0,0 +1 @@ +../../libs/binder/include/binder/Debug.h
\ No newline at end of file diff --git a/include/binder/IActivityManager.h b/include/binder/IActivityManager.h new file mode 120000 index 0000000000..4a868e02be --- /dev/null +++ b/include/binder/IActivityManager.h @@ -0,0 +1 @@ +../../libs/binder/include/binder/IActivityManager.h
\ No newline at end of file diff --git a/include/binder/IAppOpsCallback.h b/include/binder/IAppOpsCallback.h new file mode 120000 index 0000000000..d587a0c692 --- /dev/null +++ b/include/binder/IAppOpsCallback.h @@ -0,0 +1 @@ +../../libs/binder/include/binder/IAppOpsCallback.h
\ No newline at end of file diff --git a/include/binder/IAppOpsService.h b/include/binder/IAppOpsService.h new file mode 120000 index 0000000000..9e1c15af8b --- /dev/null +++ b/include/binder/IAppOpsService.h @@ -0,0 +1 @@ +../../libs/binder/include/binder/IAppOpsService.h
\ No newline at end of file diff --git a/include/binder/IBatteryStats.h b/include/binder/IBatteryStats.h new file mode 120000 index 0000000000..689b540795 --- /dev/null +++ b/include/binder/IBatteryStats.h @@ -0,0 +1 @@ +../../libs/binder/include/binder/IBatteryStats.h
\ No newline at end of file diff --git a/include/binder/IBinder.h b/include/binder/IBinder.h new file mode 120000 index 0000000000..93a6219206 --- /dev/null +++ b/include/binder/IBinder.h @@ -0,0 +1 @@ +../../libs/binder/include/binder/IBinder.h
\ No newline at end of file diff --git a/include/binder/IInterface.h b/include/binder/IInterface.h new file mode 120000 index 0000000000..857987819f --- /dev/null +++ b/include/binder/IInterface.h @@ -0,0 +1 @@ +../../libs/binder/include/binder/IInterface.h
\ No newline at end of file diff --git a/include/binder/IMediaResourceMonitor.h b/include/binder/IMediaResourceMonitor.h new file mode 120000 index 0000000000..d23a4daf28 --- /dev/null +++ b/include/binder/IMediaResourceMonitor.h @@ -0,0 +1 @@ +../../libs/binder/include/binder/IMediaResourceMonitor.h
\ No newline at end of file diff --git a/include/binder/IMemory.h b/include/binder/IMemory.h new file mode 120000 index 0000000000..5171c08d8e --- /dev/null +++ b/include/binder/IMemory.h @@ -0,0 +1 @@ +../../libs/binder/include/binder/IMemory.h
\ No newline at end of file diff --git a/include/binder/IPCThreadState.h b/include/binder/IPCThreadState.h new file mode 120000 index 0000000000..ecd4f815eb --- /dev/null +++ b/include/binder/IPCThreadState.h @@ -0,0 +1 @@ +../../libs/binder/include/binder/IPCThreadState.h
\ No newline at end of file diff --git a/include/binder/IPermissionController.h b/include/binder/IPermissionController.h new file mode 120000 index 0000000000..6f33c58da8 --- /dev/null +++ b/include/binder/IPermissionController.h @@ -0,0 +1 @@ +../../libs/binder/include/binder/IPermissionController.h
\ No newline at end of file diff --git a/include/binder/IProcessInfoService.h b/include/binder/IProcessInfoService.h new file mode 120000 index 0000000000..be0933fde5 --- /dev/null +++ b/include/binder/IProcessInfoService.h @@ -0,0 +1 @@ +../../libs/binder/include/binder/IProcessInfoService.h
\ No newline at end of file diff --git a/include/binder/IResultReceiver.h b/include/binder/IResultReceiver.h new file mode 120000 index 0000000000..b10d19a1a6 --- /dev/null +++ b/include/binder/IResultReceiver.h @@ -0,0 +1 @@ +../../libs/binder/include/binder/IResultReceiver.h
\ No newline at end of file diff --git a/include/binder/IServiceManager.h b/include/binder/IServiceManager.h new file mode 120000 index 0000000000..33d18ccd16 --- /dev/null +++ b/include/binder/IServiceManager.h @@ -0,0 +1 @@ +../../libs/binder/include/binder/IServiceManager.h
\ No newline at end of file diff --git a/include/binder/IShellCallback.h b/include/binder/IShellCallback.h new file mode 120000 index 0000000000..893119586f --- /dev/null +++ b/include/binder/IShellCallback.h @@ -0,0 +1 @@ +../../libs/binder/include/binder/IShellCallback.h
\ No newline at end of file diff --git a/include/binder/IUidObserver.h b/include/binder/IUidObserver.h new file mode 120000 index 0000000000..1382897a91 --- /dev/null +++ b/include/binder/IUidObserver.h @@ -0,0 +1 @@ +../../libs/binder/include/binder/IUidObserver.h
\ No newline at end of file diff --git a/include/binder/IpPrefix.h b/include/binder/IpPrefix.h new file mode 120000 index 0000000000..655c774a98 --- /dev/null +++ b/include/binder/IpPrefix.h @@ -0,0 +1 @@ +../../libs/binder/include/binder/IpPrefix.h
\ No newline at end of file diff --git a/include/binder/MemoryBase.h b/include/binder/MemoryBase.h new file mode 120000 index 0000000000..3fd3e994b1 --- /dev/null +++ b/include/binder/MemoryBase.h @@ -0,0 +1 @@ +../../libs/binder/include/binder/MemoryBase.h
\ No newline at end of file diff --git a/include/binder/MemoryDealer.h b/include/binder/MemoryDealer.h new file mode 120000 index 0000000000..71881fbfff --- /dev/null +++ b/include/binder/MemoryDealer.h @@ -0,0 +1 @@ +../../libs/binder/include/binder/MemoryDealer.h
\ No newline at end of file diff --git a/include/binder/MemoryHeapBase.h b/include/binder/MemoryHeapBase.h new file mode 120000 index 0000000000..8fb51ccef6 --- /dev/null +++ b/include/binder/MemoryHeapBase.h @@ -0,0 +1 @@ +../../libs/binder/include/binder/MemoryHeapBase.h
\ No newline at end of file diff --git a/include/binder/Parcel.h b/include/binder/Parcel.h new file mode 120000 index 0000000000..23492be087 --- /dev/null +++ b/include/binder/Parcel.h @@ -0,0 +1 @@ +../../libs/binder/include/binder/Parcel.h
\ No newline at end of file diff --git a/include/binder/ParcelFileDescriptor.h b/include/binder/ParcelFileDescriptor.h new file mode 120000 index 0000000000..777bd49b05 --- /dev/null +++ b/include/binder/ParcelFileDescriptor.h @@ -0,0 +1 @@ +../../libs/binder/include/binder/ParcelFileDescriptor.h
\ No newline at end of file diff --git a/include/binder/Parcelable.h b/include/binder/Parcelable.h new file mode 120000 index 0000000000..438e223075 --- /dev/null +++ b/include/binder/Parcelable.h @@ -0,0 +1 @@ +../../libs/binder/include/binder/Parcelable.h
\ No newline at end of file diff --git a/include/binder/PermissionCache.h b/include/binder/PermissionCache.h new file mode 120000 index 0000000000..e910c12157 --- /dev/null +++ b/include/binder/PermissionCache.h @@ -0,0 +1 @@ +../../libs/binder/include/binder/PermissionCache.h
\ No newline at end of file diff --git a/include/binder/PermissionController.h b/include/binder/PermissionController.h new file mode 120000 index 0000000000..b6e1928a7f --- /dev/null +++ b/include/binder/PermissionController.h @@ -0,0 +1 @@ +../../libs/binder/include/binder/PermissionController.h
\ No newline at end of file diff --git a/include/binder/PersistableBundle.h b/include/binder/PersistableBundle.h new file mode 120000 index 0000000000..785f2b435c --- /dev/null +++ b/include/binder/PersistableBundle.h @@ -0,0 +1 @@ +../../libs/binder/include/binder/PersistableBundle.h
\ No newline at end of file diff --git a/include/binder/ProcessInfoService.h b/include/binder/ProcessInfoService.h new file mode 120000 index 0000000000..e67eb19456 --- /dev/null +++ b/include/binder/ProcessInfoService.h @@ -0,0 +1 @@ +../../libs/binder/include/binder/ProcessInfoService.h
\ No newline at end of file diff --git a/include/binder/ProcessState.h b/include/binder/ProcessState.h new file mode 120000 index 0000000000..4cbe7a5b8f --- /dev/null +++ b/include/binder/ProcessState.h @@ -0,0 +1 @@ +../../libs/binder/include/binder/ProcessState.h
\ No newline at end of file diff --git a/include/binder/SafeInterface.h b/include/binder/SafeInterface.h new file mode 120000 index 0000000000..7cefe94d0f --- /dev/null +++ b/include/binder/SafeInterface.h @@ -0,0 +1 @@ +../../libs/binder/include/binder/SafeInterface.h
\ No newline at end of file diff --git a/include/binder/Stability.h b/include/binder/Stability.h new file mode 120000 index 0000000000..9b431d2e28 --- /dev/null +++ b/include/binder/Stability.h @@ -0,0 +1 @@ +../../libs/binder/include/binder/Stability.h
\ No newline at end of file diff --git a/include/binder/Status.h b/include/binder/Status.h new file mode 120000 index 0000000000..ccb994e252 --- /dev/null +++ b/include/binder/Status.h @@ -0,0 +1 @@ +../../libs/binder/include/binder/Status.h
\ No newline at end of file diff --git a/include/binder/TextOutput.h b/include/binder/TextOutput.h new file mode 120000 index 0000000000..2abd209e10 --- /dev/null +++ b/include/binder/TextOutput.h @@ -0,0 +1 @@ +../../libs/binder/include/binder/TextOutput.h
\ No newline at end of file |