From aa519724044dc501bfeeb6cd4a4f90df9b14e336 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Mon, 11 Jan 2021 10:57:03 -0800 Subject: [PATCH] cleanup unused android libs in phonelibs (#19702) Co-authored-by: Comma Device old-commit-hash: 873341e2d5a6c1b57a4a2f878f69162b02ed2ab9 --- .../include/batteryservice/BatteryService.h | 3 --- .../include/batteryservice/IBatteryPropertiesListener.h | 3 --- .../include/batteryservice/IBatteryPropertiesRegistrar.h | 3 --- .../android_frameworks_native/include/diskusage/dirsize.h | 3 --- .../android_frameworks_native/include/input/IInputFlinger.h | 3 --- phonelibs/android_frameworks_native/include/input/Input.h | 3 --- .../android_frameworks_native/include/input/InputDevice.h | 3 --- .../android_frameworks_native/include/input/InputEventLabels.h | 3 --- .../android_frameworks_native/include/input/InputTransport.h | 3 --- .../android_frameworks_native/include/input/KeyCharacterMap.h | 3 --- .../android_frameworks_native/include/input/KeyLayoutMap.h | 3 --- phonelibs/android_frameworks_native/include/input/Keyboard.h | 3 --- .../android_frameworks_native/include/input/VelocityControl.h | 3 --- .../android_frameworks_native/include/input/VelocityTracker.h | 3 --- .../android_frameworks_native/include/input/VirtualKeyMap.h | 3 --- phonelibs/android_frameworks_native/include/media/drm/DrmAPI.h | 3 --- .../include/media/editor/II420ColorConverter.h | 3 --- .../include/media/hardware/CryptoAPI.h | 3 --- .../android_frameworks_native/include/media/hardware/HDCPAPI.h | 3 --- .../include/media/hardware/HardwareAPI.h | 3 --- .../include/media/hardware/MetadataBufferType.h | 3 --- .../include/media/hardware/OMXPluginBase.h | 3 --- .../include/media/openmax/OMX_AsString.h | 3 --- .../include/media/openmax/OMX_Audio.h | 3 --- .../include/media/openmax/OMX_AudioExt.h | 3 --- .../include/media/openmax/OMX_Component.h | 3 --- .../include/media/openmax/OMX_ContentPipe.h | 3 --- .../android_frameworks_native/include/media/openmax/OMX_Core.h | 3 --- .../include/media/openmax/OMX_IVCommon.h | 3 --- .../include/media/openmax/OMX_Image.h | 3 --- .../include/media/openmax/OMX_Index.h | 3 --- .../include/media/openmax/OMX_IndexExt.h | 3 --- .../include/media/openmax/OMX_Other.h | 3 --- .../include/media/openmax/OMX_Types.h | 3 --- .../include/media/openmax/OMX_Video.h | 3 --- .../include/media/openmax/OMX_VideoExt.h | 3 --- .../include/powermanager/IPowerManager.h | 3 --- .../include/powermanager/PowerManager.h | 3 --- .../android_frameworks_native/include/private/binder/Static.h | 3 --- .../include/private/binder/binder_module.h | 3 --- .../include/private/gui/ComposerService.h | 3 --- .../android_frameworks_native/include/private/gui/LayerState.h | 3 --- .../include/private/gui/SyncFeatures.h | 3 --- .../include/private/ui/RegionHelper.h | 3 --- 44 files changed, 132 deletions(-) delete mode 100644 phonelibs/android_frameworks_native/include/batteryservice/BatteryService.h delete mode 100644 phonelibs/android_frameworks_native/include/batteryservice/IBatteryPropertiesListener.h delete mode 100644 phonelibs/android_frameworks_native/include/batteryservice/IBatteryPropertiesRegistrar.h delete mode 100644 phonelibs/android_frameworks_native/include/diskusage/dirsize.h delete mode 100644 phonelibs/android_frameworks_native/include/input/IInputFlinger.h delete mode 100644 phonelibs/android_frameworks_native/include/input/Input.h delete mode 100644 phonelibs/android_frameworks_native/include/input/InputDevice.h delete mode 100644 phonelibs/android_frameworks_native/include/input/InputEventLabels.h delete mode 100644 phonelibs/android_frameworks_native/include/input/InputTransport.h delete mode 100644 phonelibs/android_frameworks_native/include/input/KeyCharacterMap.h delete mode 100644 phonelibs/android_frameworks_native/include/input/KeyLayoutMap.h delete mode 100644 phonelibs/android_frameworks_native/include/input/Keyboard.h delete mode 100644 phonelibs/android_frameworks_native/include/input/VelocityControl.h delete mode 100644 phonelibs/android_frameworks_native/include/input/VelocityTracker.h delete mode 100644 phonelibs/android_frameworks_native/include/input/VirtualKeyMap.h delete mode 100644 phonelibs/android_frameworks_native/include/media/drm/DrmAPI.h delete mode 100644 phonelibs/android_frameworks_native/include/media/editor/II420ColorConverter.h delete mode 100644 phonelibs/android_frameworks_native/include/media/hardware/CryptoAPI.h delete mode 100644 phonelibs/android_frameworks_native/include/media/hardware/HDCPAPI.h delete mode 100644 phonelibs/android_frameworks_native/include/media/hardware/HardwareAPI.h delete mode 100644 phonelibs/android_frameworks_native/include/media/hardware/MetadataBufferType.h delete mode 100644 phonelibs/android_frameworks_native/include/media/hardware/OMXPluginBase.h delete mode 100644 phonelibs/android_frameworks_native/include/media/openmax/OMX_AsString.h delete mode 100644 phonelibs/android_frameworks_native/include/media/openmax/OMX_Audio.h delete mode 100644 phonelibs/android_frameworks_native/include/media/openmax/OMX_AudioExt.h delete mode 100644 phonelibs/android_frameworks_native/include/media/openmax/OMX_Component.h delete mode 100644 phonelibs/android_frameworks_native/include/media/openmax/OMX_ContentPipe.h delete mode 100644 phonelibs/android_frameworks_native/include/media/openmax/OMX_Core.h delete mode 100644 phonelibs/android_frameworks_native/include/media/openmax/OMX_IVCommon.h delete mode 100644 phonelibs/android_frameworks_native/include/media/openmax/OMX_Image.h delete mode 100644 phonelibs/android_frameworks_native/include/media/openmax/OMX_Index.h delete mode 100644 phonelibs/android_frameworks_native/include/media/openmax/OMX_IndexExt.h delete mode 100644 phonelibs/android_frameworks_native/include/media/openmax/OMX_Other.h delete mode 100644 phonelibs/android_frameworks_native/include/media/openmax/OMX_Types.h delete mode 100644 phonelibs/android_frameworks_native/include/media/openmax/OMX_Video.h delete mode 100644 phonelibs/android_frameworks_native/include/media/openmax/OMX_VideoExt.h delete mode 100644 phonelibs/android_frameworks_native/include/powermanager/IPowerManager.h delete mode 100644 phonelibs/android_frameworks_native/include/powermanager/PowerManager.h delete mode 100644 phonelibs/android_frameworks_native/include/private/binder/Static.h delete mode 100644 phonelibs/android_frameworks_native/include/private/binder/binder_module.h delete mode 100644 phonelibs/android_frameworks_native/include/private/gui/ComposerService.h delete mode 100644 phonelibs/android_frameworks_native/include/private/gui/LayerState.h delete mode 100644 phonelibs/android_frameworks_native/include/private/gui/SyncFeatures.h delete mode 100644 phonelibs/android_frameworks_native/include/private/ui/RegionHelper.h diff --git a/phonelibs/android_frameworks_native/include/batteryservice/BatteryService.h b/phonelibs/android_frameworks_native/include/batteryservice/BatteryService.h deleted file mode 100644 index 7f0cbf3b63..0000000000 --- a/phonelibs/android_frameworks_native/include/batteryservice/BatteryService.h +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c2a41eb4ce0779c2b1a8688963d941e42d865bb329f00b9b0afd1a47ce13f457 -size 3487 diff --git a/phonelibs/android_frameworks_native/include/batteryservice/IBatteryPropertiesListener.h b/phonelibs/android_frameworks_native/include/batteryservice/IBatteryPropertiesListener.h deleted file mode 100644 index 7c1209b74c..0000000000 --- a/phonelibs/android_frameworks_native/include/batteryservice/IBatteryPropertiesListener.h +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d4f7436534cc53b22144089c1b4f1a2e2f0e46a73f7e34baac65f99f0c65b36e -size 1443 diff --git a/phonelibs/android_frameworks_native/include/batteryservice/IBatteryPropertiesRegistrar.h b/phonelibs/android_frameworks_native/include/batteryservice/IBatteryPropertiesRegistrar.h deleted file mode 100644 index a360724f29..0000000000 --- a/phonelibs/android_frameworks_native/include/batteryservice/IBatteryPropertiesRegistrar.h +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3ef80851c4f0dabc111ca30f20fab1ad6986f3f0d0e647c0ff215cf0875b95d3 -size 1847 diff --git a/phonelibs/android_frameworks_native/include/diskusage/dirsize.h b/phonelibs/android_frameworks_native/include/diskusage/dirsize.h deleted file mode 100644 index 4cd1f66af9..0000000000 --- a/phonelibs/android_frameworks_native/include/diskusage/dirsize.h +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f64238396d565007970e2dae18e6512f78c76ef7f25afb7bfecca2781410cff1 -size 850 diff --git a/phonelibs/android_frameworks_native/include/input/IInputFlinger.h b/phonelibs/android_frameworks_native/include/input/IInputFlinger.h deleted file mode 100644 index c74f5db706..0000000000 --- a/phonelibs/android_frameworks_native/include/input/IInputFlinger.h +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7675d7d60165054bb459a20959e179a66cb4338db61d5da468c022be23e992ef -size 1356 diff --git a/phonelibs/android_frameworks_native/include/input/Input.h b/phonelibs/android_frameworks_native/include/input/Input.h deleted file mode 100644 index 34257d78e0..0000000000 --- a/phonelibs/android_frameworks_native/include/input/Input.h +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:14589be7ab8b95eb7f71a9bebfade34f186740658634683121b60cea07977479 -size 20823 diff --git a/phonelibs/android_frameworks_native/include/input/InputDevice.h b/phonelibs/android_frameworks_native/include/input/InputDevice.h deleted file mode 100644 index e56f029388..0000000000 --- a/phonelibs/android_frameworks_native/include/input/InputDevice.h +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:37c55cb0fa7888c28b739d82e96dbc60f1e6b9482e94837cd7344efe3bbca505 -size 5991 diff --git a/phonelibs/android_frameworks_native/include/input/InputEventLabels.h b/phonelibs/android_frameworks_native/include/input/InputEventLabels.h deleted file mode 100644 index db2632877c..0000000000 --- a/phonelibs/android_frameworks_native/include/input/InputEventLabels.h +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:487225608179b1a66a7f5e46e3d814f6e46cb4ab08037566286087055c911c99 -size 12994 diff --git a/phonelibs/android_frameworks_native/include/input/InputTransport.h b/phonelibs/android_frameworks_native/include/input/InputTransport.h deleted file mode 100644 index 9e4e482638..0000000000 --- a/phonelibs/android_frameworks_native/include/input/InputTransport.h +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7979ad97f182c34d8336af7db638ee03d6b243568a3c336b7c9e27f2700553be -size 16263 diff --git a/phonelibs/android_frameworks_native/include/input/KeyCharacterMap.h b/phonelibs/android_frameworks_native/include/input/KeyCharacterMap.h deleted file mode 100644 index cc9f99199d..0000000000 --- a/phonelibs/android_frameworks_native/include/input/KeyCharacterMap.h +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:39632c6080bf5b8e0da6a52375377e979a244c7aa805d476e883c1cb0d8c6e0d -size 9044 diff --git a/phonelibs/android_frameworks_native/include/input/KeyLayoutMap.h b/phonelibs/android_frameworks_native/include/input/KeyLayoutMap.h deleted file mode 100644 index be49a2085c..0000000000 --- a/phonelibs/android_frameworks_native/include/input/KeyLayoutMap.h +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:da1866e4923ee525dd60aed19bb29c9b179f1b9abd6f6c160eb80d3e4efb3587 -size 3205 diff --git a/phonelibs/android_frameworks_native/include/input/Keyboard.h b/phonelibs/android_frameworks_native/include/input/Keyboard.h deleted file mode 100644 index bf385c4959..0000000000 --- a/phonelibs/android_frameworks_native/include/input/Keyboard.h +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cc76bb51bfb9ec310932409592f2d3bfa038686b0c88001681e99c197203bf5e -size 3110 diff --git a/phonelibs/android_frameworks_native/include/input/VelocityControl.h b/phonelibs/android_frameworks_native/include/input/VelocityControl.h deleted file mode 100644 index f713b3ae5d..0000000000 --- a/phonelibs/android_frameworks_native/include/input/VelocityControl.h +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d501d4cbcacb1099ee07c78e847bc2db7b6eea85d5a53e9537aec2123555a908 -size 3738 diff --git a/phonelibs/android_frameworks_native/include/input/VelocityTracker.h b/phonelibs/android_frameworks_native/include/input/VelocityTracker.h deleted file mode 100644 index 100e198e3b..0000000000 --- a/phonelibs/android_frameworks_native/include/input/VelocityTracker.h +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:594e1c35a751b8d6e43bb581809eb99435f928a6feeb6cf60875135369303694 -size 8807 diff --git a/phonelibs/android_frameworks_native/include/input/VirtualKeyMap.h b/phonelibs/android_frameworks_native/include/input/VirtualKeyMap.h deleted file mode 100644 index 6dd117b314..0000000000 --- a/phonelibs/android_frameworks_native/include/input/VirtualKeyMap.h +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d40b11a51f1048b52d611c62ade05f22661c9698e5fb6a29adf969e59c7fae7e -size 2018 diff --git a/phonelibs/android_frameworks_native/include/media/drm/DrmAPI.h b/phonelibs/android_frameworks_native/include/media/drm/DrmAPI.h deleted file mode 100644 index 431f7d8442..0000000000 --- a/phonelibs/android_frameworks_native/include/media/drm/DrmAPI.h +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:12ec99988003c07d63ac94983cb929a9913d5d1ec1c7c04dd776e1d5aee8cd78 -size 19777 diff --git a/phonelibs/android_frameworks_native/include/media/editor/II420ColorConverter.h b/phonelibs/android_frameworks_native/include/media/editor/II420ColorConverter.h deleted file mode 100644 index 661295c300..0000000000 --- a/phonelibs/android_frameworks_native/include/media/editor/II420ColorConverter.h +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:415f44a1e1c4dc26626f6539ed87654f3dd480f3396a2525d52489c732773caf -size 5444 diff --git a/phonelibs/android_frameworks_native/include/media/hardware/CryptoAPI.h b/phonelibs/android_frameworks_native/include/media/hardware/CryptoAPI.h deleted file mode 100644 index 3f7aa241bc..0000000000 --- a/phonelibs/android_frameworks_native/include/media/hardware/CryptoAPI.h +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:149b990492e2cc2fe76348fc6a6ef17359677fdda6599ddc0f32634659f4084d -size 3932 diff --git a/phonelibs/android_frameworks_native/include/media/hardware/HDCPAPI.h b/phonelibs/android_frameworks_native/include/media/hardware/HDCPAPI.h deleted file mode 100644 index 287c4d8b75..0000000000 --- a/phonelibs/android_frameworks_native/include/media/hardware/HDCPAPI.h +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f60a7a89bd01283b9823b1e90d656fab33c9f6e6131e0c24eeb913b077bc2c0e -size 7007 diff --git a/phonelibs/android_frameworks_native/include/media/hardware/HardwareAPI.h b/phonelibs/android_frameworks_native/include/media/hardware/HardwareAPI.h deleted file mode 100644 index 4fdf56067a..0000000000 --- a/phonelibs/android_frameworks_native/include/media/hardware/HardwareAPI.h +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1de4b08d5bc9fa6c6556bb08f39c5ab0c994468d552b92ba5e7cf4635fc1627d -size 12963 diff --git a/phonelibs/android_frameworks_native/include/media/hardware/MetadataBufferType.h b/phonelibs/android_frameworks_native/include/media/hardware/MetadataBufferType.h deleted file mode 100644 index b55e593c9e..0000000000 --- a/phonelibs/android_frameworks_native/include/media/hardware/MetadataBufferType.h +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:49fdb24fa2180407feac733d4a61fe52e5c607e34f032629acce3767e993786e -size 5279 diff --git a/phonelibs/android_frameworks_native/include/media/hardware/OMXPluginBase.h b/phonelibs/android_frameworks_native/include/media/hardware/OMXPluginBase.h deleted file mode 100644 index 5e91f92958..0000000000 --- a/phonelibs/android_frameworks_native/include/media/hardware/OMXPluginBase.h +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8db8f05d79a00a6c4991d89dba67dbbd353075cc9d98cde77ef5034bcd23893e -size 1603 diff --git a/phonelibs/android_frameworks_native/include/media/openmax/OMX_AsString.h b/phonelibs/android_frameworks_native/include/media/openmax/OMX_AsString.h deleted file mode 100644 index 15cf1d6503..0000000000 --- a/phonelibs/android_frameworks_native/include/media/openmax/OMX_AsString.h +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:15dd6dc2639caf617c5a0e2d8d20e86e8d4d474e7a924a37f58e9f3abdee3abd -size 50450 diff --git a/phonelibs/android_frameworks_native/include/media/openmax/OMX_Audio.h b/phonelibs/android_frameworks_native/include/media/openmax/OMX_Audio.h deleted file mode 100644 index 72c6d197c4..0000000000 --- a/phonelibs/android_frameworks_native/include/media/openmax/OMX_Audio.h +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a8c501618d96891bb74316584b8df989bda2f90558603f5fcdfdbcd43fd0f8f0 -size 78367 diff --git a/phonelibs/android_frameworks_native/include/media/openmax/OMX_AudioExt.h b/phonelibs/android_frameworks_native/include/media/openmax/OMX_AudioExt.h deleted file mode 100644 index 10e7059d00..0000000000 --- a/phonelibs/android_frameworks_native/include/media/openmax/OMX_AudioExt.h +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:11d2d9202e2459ea94fff0b61fe89f97f6a11d32b45a6de41ba07b7aa5ae32f6 -size 5493 diff --git a/phonelibs/android_frameworks_native/include/media/openmax/OMX_Component.h b/phonelibs/android_frameworks_native/include/media/openmax/OMX_Component.h deleted file mode 100644 index 7cf04124bd..0000000000 --- a/phonelibs/android_frameworks_native/include/media/openmax/OMX_Component.h +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:32ddf10d8b32f3e100b87a5e88049b8221464db2580a9c7c218758397993810a -size 24431 diff --git a/phonelibs/android_frameworks_native/include/media/openmax/OMX_ContentPipe.h b/phonelibs/android_frameworks_native/include/media/openmax/OMX_ContentPipe.h deleted file mode 100644 index 17700c5abd..0000000000 --- a/phonelibs/android_frameworks_native/include/media/openmax/OMX_ContentPipe.h +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c2220ca301a16bebf0bd9c0d1ca8d4375692276d85d47ed9c43643703b21068c -size 9931 diff --git a/phonelibs/android_frameworks_native/include/media/openmax/OMX_Core.h b/phonelibs/android_frameworks_native/include/media/openmax/OMX_Core.h deleted file mode 100644 index 79e3a01561..0000000000 --- a/phonelibs/android_frameworks_native/include/media/openmax/OMX_Core.h +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:38adf75a25a68c720b81ea667232704079c3e2aa51350c082b80bdb2b4d66c77 -size 70696 diff --git a/phonelibs/android_frameworks_native/include/media/openmax/OMX_IVCommon.h b/phonelibs/android_frameworks_native/include/media/openmax/OMX_IVCommon.h deleted file mode 100644 index b534708de2..0000000000 --- a/phonelibs/android_frameworks_native/include/media/openmax/OMX_IVCommon.h +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:69fe1895e151c468f2592b84b36e05fd2bf280a939eb6799cea6a0ea995e38ac -size 33521 diff --git a/phonelibs/android_frameworks_native/include/media/openmax/OMX_Image.h b/phonelibs/android_frameworks_native/include/media/openmax/OMX_Image.h deleted file mode 100644 index 32ac255743..0000000000 --- a/phonelibs/android_frameworks_native/include/media/openmax/OMX_Image.h +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d3d9f1c9643b60fefbcfa7ad13a1c8905b5d8dc7d907e35515ac2c2a1290c68d -size 13833 diff --git a/phonelibs/android_frameworks_native/include/media/openmax/OMX_Index.h b/phonelibs/android_frameworks_native/include/media/openmax/OMX_Index.h deleted file mode 100644 index 6f4d16ad71..0000000000 --- a/phonelibs/android_frameworks_native/include/media/openmax/OMX_Index.h +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6a6a2fa7f1b06ec1458f24b592fbb21b8a5ddb659b0006b4fed5b95de44bce64 -size 18696 diff --git a/phonelibs/android_frameworks_native/include/media/openmax/OMX_IndexExt.h b/phonelibs/android_frameworks_native/include/media/openmax/OMX_IndexExt.h deleted file mode 100644 index 570f089ee0..0000000000 --- a/phonelibs/android_frameworks_native/include/media/openmax/OMX_IndexExt.h +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c374f1c4c64cc72917b7273211da96a8a636d107226d6655e5f51380acf81e4c -size 4892 diff --git a/phonelibs/android_frameworks_native/include/media/openmax/OMX_Other.h b/phonelibs/android_frameworks_native/include/media/openmax/OMX_Other.h deleted file mode 100644 index 8853a59b3a..0000000000 --- a/phonelibs/android_frameworks_native/include/media/openmax/OMX_Other.h +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fc00885b8a98f01b98255b236fa7312bd22e3d8c1061c1944f482a54e607c310 -size 18564 diff --git a/phonelibs/android_frameworks_native/include/media/openmax/OMX_Types.h b/phonelibs/android_frameworks_native/include/media/openmax/OMX_Types.h deleted file mode 100644 index 39d1d2e41b..0000000000 --- a/phonelibs/android_frameworks_native/include/media/openmax/OMX_Types.h +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4dd6361e455a1bd2493be27e214bbef1b3f3b3a9c1b775aa559cc53c0bdd0df7 -size 13726 diff --git a/phonelibs/android_frameworks_native/include/media/openmax/OMX_Video.h b/phonelibs/android_frameworks_native/include/media/openmax/OMX_Video.h deleted file mode 100644 index 87122cd11c..0000000000 --- a/phonelibs/android_frameworks_native/include/media/openmax/OMX_Video.h +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:602b0e571337790a609583fc7b3517695d841324d3630075252fb05893878f7d -size 44190 diff --git a/phonelibs/android_frameworks_native/include/media/openmax/OMX_VideoExt.h b/phonelibs/android_frameworks_native/include/media/openmax/OMX_VideoExt.h deleted file mode 100644 index 36edf2caaa..0000000000 --- a/phonelibs/android_frameworks_native/include/media/openmax/OMX_VideoExt.h +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:62c7a8def89031ce1d62fb12ad2bb5c5f1dd38d29dd3fbf1e04344d4cd45f776 -size 8284 diff --git a/phonelibs/android_frameworks_native/include/powermanager/IPowerManager.h b/phonelibs/android_frameworks_native/include/powermanager/IPowerManager.h deleted file mode 100644 index 1368338622..0000000000 --- a/phonelibs/android_frameworks_native/include/powermanager/IPowerManager.h +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1674ad977b57b9ce57ee78189138e52dddf091b32f834d1e4f0281c92b8f6a7f -size 1924 diff --git a/phonelibs/android_frameworks_native/include/powermanager/PowerManager.h b/phonelibs/android_frameworks_native/include/powermanager/PowerManager.h deleted file mode 100644 index a5a528e26b..0000000000 --- a/phonelibs/android_frameworks_native/include/powermanager/PowerManager.h +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9891982e86612f29e26ea6ec4b04163ba2e8c64dafedfd32592a24646280eadc -size 1128 diff --git a/phonelibs/android_frameworks_native/include/private/binder/Static.h b/phonelibs/android_frameworks_native/include/private/binder/Static.h deleted file mode 100644 index d3aadc5d85..0000000000 --- a/phonelibs/android_frameworks_native/include/private/binder/Static.h +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fa1da4edb2203662d396513f5d0dbb66ed1dbe72fd0eeb3e12f8144f17568a1e -size 1287 diff --git a/phonelibs/android_frameworks_native/include/private/binder/binder_module.h b/phonelibs/android_frameworks_native/include/private/binder/binder_module.h deleted file mode 100644 index d9a3273ef6..0000000000 --- a/phonelibs/android_frameworks_native/include/private/binder/binder_module.h +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c0b97b251bfb086a8e039cbdcfdfddfd7e6dc057bbab9c738667dda69457ff9a -size 913 diff --git a/phonelibs/android_frameworks_native/include/private/gui/ComposerService.h b/phonelibs/android_frameworks_native/include/private/gui/ComposerService.h deleted file mode 100644 index 78d52247d8..0000000000 --- a/phonelibs/android_frameworks_native/include/private/gui/ComposerService.h +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d53364016ad44cacd3497732df4b260334f0e56ca47e004ce35a536fd6f8098e -size 1990 diff --git a/phonelibs/android_frameworks_native/include/private/gui/LayerState.h b/phonelibs/android_frameworks_native/include/private/gui/LayerState.h deleted file mode 100644 index ac4b2b2c7f..0000000000 --- a/phonelibs/android_frameworks_native/include/private/gui/LayerState.h +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b6cb8eacc42c866c67a54dc3f5789da65c91a24cde2acdf1e3696d3ecd35a103 -size 4204 diff --git a/phonelibs/android_frameworks_native/include/private/gui/SyncFeatures.h b/phonelibs/android_frameworks_native/include/private/gui/SyncFeatures.h deleted file mode 100644 index 05b8129568..0000000000 --- a/phonelibs/android_frameworks_native/include/private/gui/SyncFeatures.h +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6937b5d4a30a6f7a5f4974b2446919420e88c51f91c3bf3e14d6d1e6ed7715a4 -size 1351 diff --git a/phonelibs/android_frameworks_native/include/private/ui/RegionHelper.h b/phonelibs/android_frameworks_native/include/private/ui/RegionHelper.h deleted file mode 100644 index 27246d390a..0000000000 --- a/phonelibs/android_frameworks_native/include/private/ui/RegionHelper.h +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aa56f49a5535f64767d28baaa0ce3a0c3dcee4c56694432fce555ebbe4bd9f87 -size 9552