TYPE3 46/3546/1
authorhanyu <13366022056@163.com>
Thu, 4 Jun 2020 11:28:37 +0000 (19:28 +0800)
committerhanyu <13366022056@163.com>
Thu, 4 Jun 2020 11:28:37 +0000 (19:28 +0800)
commite26c1ec581be598521517829adba8c8dd23a768f
tree0ed2515471d03e0e0dabc1ffc37816c87c915fc7
parent6699c1aea74eeb0eb400e6299079f0c7576f716f
TYPE3

Change-Id: I6fa8bf173dc6a7c5c9197784eb6c2d903f0bb5af
889 files changed:
src/type3_AndroidCloud/anbox-master/AUTHORS [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/Android.mk [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/CMakeLists.txt [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/COPYING.GPL [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/Dockerfile [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/README.md [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/CMakeLists.txt [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/anboxd.rc [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/appmgr/Android.mk [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/appmgr/AndroidManifest.xml [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/appmgr/res/layout/app_view.xml [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/appmgr/res/layout/list_item_icon_text.xml [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/appmgr/res/values/dimens.xml [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/appmgr/res/values/strings.xml [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/appmgr/src/org/anbox/appmgr/AppListAdapter.java [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/appmgr/src/org/anbox/appmgr/AppListFragment.java [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/appmgr/src/org/anbox/appmgr/AppModel.java [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/appmgr/src/org/anbox/appmgr/AppViewActivity.java [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/appmgr/src/org/anbox/appmgr/AppsGridFragment.java [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/appmgr/src/org/anbox/appmgr/AppsLoader.java [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/appmgr/src/org/anbox/appmgr/GridFragment.java [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/appmgr/src/org/anbox/appmgr/LauncherActivity.java [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/appmgr/src/org/anbox/appmgr/LauncherService.java [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/appmgr/src/org/anbox/appmgr/MainApplication.java [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/appmgr/src/org/anbox/appmgr/PackageEventReceiver.java [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/appmgr/src/org/anbox/appmgr/PackageIntentReceiver.java [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/appmgr/src/org/anbox/appmgr/PlatformService.java [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/audio/MODULE_LICENSE_APACHE2 [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/audio/NOTICE [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/audio/audio_hw.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/camera/Android.mk [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/camera/CallbackNotifier.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/camera/CallbackNotifier.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/camera/Converters.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/camera/Converters.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/camera/EmulatedBaseCamera.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/camera/EmulatedBaseCamera.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/camera/EmulatedCamera.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/camera/EmulatedCamera.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/camera/EmulatedCamera2.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/camera/EmulatedCamera2.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/camera/EmulatedCamera3.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/camera/EmulatedCamera3.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/camera/EmulatedCameraCommon.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/camera/EmulatedCameraDevice.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/camera/EmulatedCameraDevice.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/camera/EmulatedCameraFactory.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/camera/EmulatedCameraFactory.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/camera/EmulatedCameraHal.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/camera/EmulatedCameraHotplugThread.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/camera/EmulatedCameraHotplugThread.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/camera/EmulatedFakeCamera.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/camera/EmulatedFakeCamera.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/camera/EmulatedFakeCamera2.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/camera/EmulatedFakeCamera2.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/camera/EmulatedFakeCamera3.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/camera/EmulatedFakeCamera3.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/camera/EmulatedFakeCameraDevice.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/camera/EmulatedFakeCameraDevice.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/camera/EmulatedQemuCamera.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/camera/EmulatedQemuCamera.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/camera/EmulatedQemuCamera2.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/camera/EmulatedQemuCamera2.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/camera/EmulatedQemuCameraDevice.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/camera/EmulatedQemuCameraDevice.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/camera/JpegCompressor.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/camera/JpegCompressor.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/camera/JpegStub.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/camera/JpegStub.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/camera/PreviewWindow.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/camera/PreviewWindow.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/camera/QemuClient.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/camera/QemuClient.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/camera/fake-pipeline2/Base.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/camera/fake-pipeline2/JpegCompressor.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/camera/fake-pipeline2/JpegCompressor.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/camera/fake-pipeline2/Scene.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/camera/fake-pipeline2/Scene.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/camera/fake-pipeline2/Sensor.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/camera/fake-pipeline2/Sensor.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/data/etc/apns-conf.xml [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/fingerprint/Android.mk [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/fingerprint/fingerprint.c [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/fstab.goldfish [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/gps/Android.mk [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/gps/gps_qemu.c [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/hwcomposer/hwcomposer.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/init.goldfish.rc [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/init.goldfish.sh [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/lights/Android.mk [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/lights/lights_qemu.c [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/media/media_codecs.xml [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/media/media_codecs_google_audio.xml [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/media/media_codecs_google_telephony.xml [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/media/media_codecs_google_tv.xml [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/media/media_codecs_google_video.xml [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/media/media_profiles.xml [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/Android.mk [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/README [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/common.mk [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/host/include/libOpenglRender/IOStream.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/shared/OpenglCodecCommon/Android.mk [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/shared/OpenglCodecCommon/ChecksumCalculator.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/shared/OpenglCodecCommon/ChecksumCalculator.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/shared/OpenglCodecCommon/ErrorLog.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/shared/OpenglCodecCommon/FixedBuffer.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/shared/OpenglCodecCommon/GLClientState.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/shared/OpenglCodecCommon/GLClientState.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/shared/OpenglCodecCommon/GLSharedGroup.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/shared/OpenglCodecCommon/GLSharedGroup.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/shared/OpenglCodecCommon/Makefile [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/shared/OpenglCodecCommon/SmartPtr.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/shared/OpenglCodecCommon/SocketStream.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/shared/OpenglCodecCommon/SocketStream.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/shared/OpenglCodecCommon/TcpStream.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/shared/OpenglCodecCommon/TcpStream.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/shared/OpenglCodecCommon/codec_defs.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/shared/OpenglCodecCommon/glUtils.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/shared/OpenglCodecCommon/glUtils.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/shared/OpenglCodecCommon/gl_base_types.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/system/GLESv1/Android.mk [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/system/GLESv1/gl.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/system/GLESv1_enc/Android.mk [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/system/GLESv1_enc/GLEncoder.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/system/GLESv1_enc/GLEncoder.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/system/GLESv1_enc/GLEncoderUtils.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/system/GLESv1_enc/GLEncoderUtils.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/system/GLESv1_enc/gl_client_context.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/system/GLESv1_enc/gl_client_context.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/system/GLESv1_enc/gl_client_proc.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/system/GLESv1_enc/gl_enc.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/system/GLESv1_enc/gl_enc.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/system/GLESv1_enc/gl_entry.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/system/GLESv1_enc/gl_ftable.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/system/GLESv1_enc/gl_opcodes.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/system/GLESv1_enc/gl_types.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/system/GLESv2/Android.mk [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/system/GLESv2/gl2.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/system/GLESv2_enc/Android.mk [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/system/GLESv2_enc/GL2Encoder.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/system/GLESv2_enc/GL2Encoder.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/system/GLESv2_enc/GL2EncoderUtils.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/system/GLESv2_enc/GL2EncoderUtils.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/system/GLESv2_enc/gl2_client_context.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/system/GLESv2_enc/gl2_client_context.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/system/GLESv2_enc/gl2_client_proc.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/system/GLESv2_enc/gl2_enc.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/system/GLESv2_enc/gl2_enc.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/system/GLESv2_enc/gl2_entry.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/system/GLESv2_enc/gl2_ftable.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/system/GLESv2_enc/gl2_opcodes.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/system/GLESv2_enc/gl2_types.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/system/OpenglSystemCommon/Android.mk [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/system/OpenglSystemCommon/EGLClientIface.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/system/OpenglSystemCommon/EGLImage.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/system/OpenglSystemCommon/HostConnection.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/system/OpenglSystemCommon/HostConnection.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/system/OpenglSystemCommon/QemuPipeStream.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/system/OpenglSystemCommon/QemuPipeStream.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/system/OpenglSystemCommon/ThreadInfo.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/system/OpenglSystemCommon/ThreadInfo.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/system/OpenglSystemCommon/gralloc_cb.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/system/egl/Android.mk [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/system/egl/ClientAPIExts.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/system/egl/ClientAPIExts.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/system/egl/ClientAPIExts.in [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/system/egl/egl.cfg [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/system/egl/egl.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/system/egl/eglContext.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/system/egl/eglDisplay.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/system/egl/eglDisplay.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/system/egl/egl_ftable.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/system/gralloc/Android.mk [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/system/gralloc/gralloc.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/system/renderControl_enc/Android.mk [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/system/renderControl_enc/README [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/system/renderControl_enc/renderControl.attrib [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/system/renderControl_enc/renderControl.in [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/system/renderControl_enc/renderControl.types [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/system/renderControl_enc/renderControl_client_base.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/system/renderControl_enc/renderControl_client_context.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/system/renderControl_enc/renderControl_client_context.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/system/renderControl_enc/renderControl_client_proc.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/system/renderControl_enc/renderControl_enc.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/system/renderControl_enc/renderControl_enc.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/system/renderControl_enc/renderControl_entry.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/system/renderControl_enc/renderControl_ftable.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/system/renderControl_enc/renderControl_opcodes.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/system/renderControl_enc/renderControl_types.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/tests/gles_android_wrapper/Android.mk [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/tests/gles_android_wrapper/ApiInitializer.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/tests/gles_android_wrapper/CleanSpec.mk [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/tests/gles_android_wrapper/ServerConnection.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/tests/gles_android_wrapper/ServerConnection.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/tests/gles_android_wrapper/ThreadInfo.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/tests/gles_android_wrapper/ThreadInfo.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/tests/gles_android_wrapper/egl.cfg [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/tests/gles_android_wrapper/egl.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/tests/gles_android_wrapper/egl_dispatch.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/tests/gles_android_wrapper/egl_dispatch.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/tests/gles_android_wrapper/egl_ftable.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/tests/gles_android_wrapper/egl_proc.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/tests/gles_android_wrapper/gles.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/tests/gles_android_wrapper/gles_dispatch.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/tests/gles_android_wrapper/gles_dispatch.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/tests/gles_android_wrapper/gles_emul.cfg [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/tests/gles_android_wrapper/gles_ftable.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/tests/gles_android_wrapper/gles_proc.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/tests/gles_android_wrapper/glesv1_emul_ifc.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/tests/gles_android_wrapper/glesv2_emul_ifc.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/tests/ut_rendercontrol_enc/Android.mk [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/tests/ut_rendercontrol_enc/ut_rendercontrol.attrib [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/tests/ut_rendercontrol_enc/ut_rendercontrol.in [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/tests/ut_rendercontrol_enc/ut_rendercontrol.types [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/opengl/tests/ut_rendercontrol_enc/ut_rendercontrol_types.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/power/Android.mk [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/power/power_qemu.c [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/qemu-props/Android.mk [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/qemu-props/qemu-props.c [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/qemud/Android.mk [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/qemud/qemud.c [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/sensors/Android.mk [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/sensors/sensors_qemu.c [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/service/activity_manager_interface.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/service/activity_manager_interface.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/service/android_api_skeleton.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/service/android_api_skeleton.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/service/daemon.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/service/daemon.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/service/host_connector.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/service/host_connector.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/service/local_socket_connection.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/service/local_socket_connection.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/service/main.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/service/message_processor.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/service/message_processor.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/service/platform_api_stub.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/service/platform_api_stub.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/service/platform_server_proxy.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/service/platform_server_proxy.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/service/platform_service.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/service/platform_service.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/service/platform_service_interface.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/service/platform_service_interface.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/ueventd.goldfish.rc [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/vibrator/Android.mk [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/android/vibrator/vibrator_qemu.c [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/cmake/FindEGL.cmake [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/cmake/FindGLESv2.cmake [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/cmake/FindGMock.cmake [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/cmake/LinuxCrossCompile.cmake [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/cmake_uninstall.cmake.in [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/cross-compile-chroot.sh [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/data/apparmor.json [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/data/apparmor/anbox-container.aa [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/data/desktop/android-settings.desktop [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/data/desktop/appmgr.desktop [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/data/glvnd/10_nvidia.json [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/data/glvnd/50_mesa.json [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/data/manifest.json [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/data/seccomp/anbox.sc [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/data/ui/loading-screen.png [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/data/xsession.conf [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/docs/architecture.png [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/docs/build-android.md [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/docs/generate-emugl-source.md [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/docs/install.md [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/docs/runtime-setup.md [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/CMakeLists.txt [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/CMakeLists.txt [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/DESIGN [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/README [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/README.anbox [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/common.mk [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/googletest.mk [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/host/CMakeLists.txt [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/host/include/ETC1/etc1.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/host/include/GLES/gl.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/host/include/GLES/glext.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/host/include/GLES/glplatform.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/host/include/OpenGLESDispatch/EGLDispatch.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/host/include/OpenGLESDispatch/GLESv1Dispatch.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/host/include/OpenGLESDispatch/GLESv2Dispatch.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/host/include/OpenGLESDispatch/gldefs.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/host/include/OpenGLESDispatch/gles_functions.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/host/include/libOpenglRender/IOStream.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/host/libs/CMakeLists.txt [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/host/libs/GLESv1_dec/CMakeLists.txt [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/host/libs/GLESv1_dec/GLESv1Decoder.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/host/libs/GLESv1_dec/GLESv1Decoder.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/host/libs/GLESv1_dec/gles1.addon [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/host/libs/GLESv1_dec/gles1.attrib [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/host/libs/GLESv1_dec/gles1.in [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/host/libs/GLESv1_dec/gles1.types [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/host/libs/GLESv1_dec/gles1_types.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/host/libs/GLESv2_dec/CMakeLists.txt [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/host/libs/GLESv2_dec/GLESv2Decoder.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/host/libs/GLESv2_dec/GLESv2Decoder.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/host/libs/GLESv2_dec/gles2.attrib [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/host/libs/GLESv2_dec/gles2.in [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/host/libs/GLESv2_dec/gles2.types [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/host/libs/GLESv2_dec/gles2_types.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/host/libs/libOpenGLESDispatch/CMakeLists.txt [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/host/libs/libOpenGLESDispatch/EGLDispatch.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/host/libs/libOpenGLESDispatch/GLESv1Dispatch.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/host/libs/libOpenGLESDispatch/GLESv2Dispatch.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/host/libs/libOpenGLESDispatch/gles1_extensions.entries [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/host/libs/libOpenGLESDispatch/gles1_only.entries [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/host/libs/libOpenGLESDispatch/gles2_extensions.entries [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/host/libs/libOpenGLESDispatch/gles2_only.entries [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/host/libs/libOpenGLESDispatch/gles3_only.entries [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/host/libs/libOpenGLESDispatch/gles_common.entries [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/host/libs/libOpenGLESDispatch/gles_extensions.entries [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/host/libs/libOpenGLESDispatch/render_egl.entries [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/host/libs/libOpenGLESDispatch/render_egl_extensions.entries [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/host/libs/renderControl_dec/CMakeLists.txt [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/host/libs/renderControl_dec/renderControl.attrib [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/host/libs/renderControl_dec/renderControl.in [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/host/libs/renderControl_dec/renderControl.types [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/host/libs/renderControl_dec/renderControl_types.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/host/tools/CMakeLists.txt [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/host/tools/emugen/ApiGen.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/host/tools/emugen/ApiGen.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/host/tools/emugen/CMakeLists.txt [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/host/tools/emugen/EntryPoint.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/host/tools/emugen/EntryPoint.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/host/tools/emugen/Parser.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/host/tools/emugen/Parser.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/host/tools/emugen/Parser_unittest.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/host/tools/emugen/README [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/host/tools/emugen/TypeFactory.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/host/tools/emugen/TypeFactory.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/host/tools/emugen/Var.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/host/tools/emugen/VarType.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/host/tools/emugen/errors.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/host/tools/emugen/getopt.c [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/host/tools/emugen/getopt.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/host/tools/emugen/main.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/host/tools/emugen/strUtils.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/host/tools/emugen/strUtils.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/host/tools/emugen/tests/run-tests.sh [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/host/tools/emugen/tests/t.001/expected/decoder/foo_dec.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/host/tools/emugen/tests/t.001/expected/decoder/foo_dec.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/host/tools/emugen/tests/t.001/expected/decoder/foo_opcodes.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/host/tools/emugen/tests/t.001/expected/decoder/foo_server_context.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/host/tools/emugen/tests/t.001/expected/decoder/foo_server_context.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/host/tools/emugen/tests/t.001/expected/decoder/foo_server_proc.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/host/tools/emugen/tests/t.001/expected/encoder/foo_client_context.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/host/tools/emugen/tests/t.001/expected/encoder/foo_client_context.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/host/tools/emugen/tests/t.001/expected/encoder/foo_client_proc.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/host/tools/emugen/tests/t.001/expected/encoder/foo_enc.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/host/tools/emugen/tests/t.001/expected/encoder/foo_enc.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/host/tools/emugen/tests/t.001/expected/encoder/foo_entry.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/host/tools/emugen/tests/t.001/expected/encoder/foo_ftable.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/host/tools/emugen/tests/t.001/expected/encoder/foo_opcodes.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/host/tools/emugen/tests/t.001/expected/wrapper/foo_wrapper_context.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/host/tools/emugen/tests/t.001/expected/wrapper/foo_wrapper_context.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/host/tools/emugen/tests/t.001/expected/wrapper/foo_wrapper_entry.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/host/tools/emugen/tests/t.001/expected/wrapper/foo_wrapper_proc.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/host/tools/emugen/tests/t.001/input/foo.attrib [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/host/tools/emugen/tests/t.001/input/foo.in [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/host/tools/emugen/tests/t.001/input/foo.types [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/scripts/gen-headers.sh [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/shared/CMakeLists.txt [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/shared/OpenglCodecCommon/CMakeLists.txt [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/shared/OpenglCodecCommon/ChecksumCalculator.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/shared/OpenglCodecCommon/ChecksumCalculator.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/shared/OpenglCodecCommon/ChecksumCalculatorThreadInfo.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/shared/OpenglCodecCommon/ChecksumCalculatorThreadInfo.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/shared/OpenglCodecCommon/ErrorLog.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/shared/OpenglCodecCommon/GLDecoderContextData.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/shared/OpenglCodecCommon/Makefile [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/shared/OpenglCodecCommon/ProtocolUtils.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/shared/OpenglCodecCommon/glUtils.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/shared/OpenglCodecCommon/glUtils.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/shared/OpenglCodecCommon/gl_base_types.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/shared/emugl/CMakeLists.txt [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/shared/emugl/common/CMakeLists.txt [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/shared/emugl/common/condition_variable.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/shared/emugl/common/condition_variable_unittest.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/shared/emugl/common/condition_variable_win32.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/shared/emugl/common/crash_reporter.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/shared/emugl/common/crash_reporter.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/shared/emugl/common/id_to_object_map.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/shared/emugl/common/id_to_object_map.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/shared/emugl/common/id_to_object_map_unittest.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/shared/emugl/common/lazy_instance.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/shared/emugl/common/lazy_instance.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/shared/emugl/common/lazy_instance_unittest.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/shared/emugl/common/logging.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/shared/emugl/common/logging.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/shared/emugl/common/message_channel.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/shared/emugl/common/message_channel.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/shared/emugl/common/message_channel_unittest.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/shared/emugl/common/mutex.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/shared/emugl/common/mutex_unittest.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/shared/emugl/common/pod_vector.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/shared/emugl/common/pod_vector.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/shared/emugl/common/pod_vector_unittest.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/shared/emugl/common/scoped_pointer_vector.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/shared/emugl/common/shared_library.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/shared/emugl/common/shared_library.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/shared/emugl/common/shared_library_unittest.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/shared/emugl/common/smart_ptr.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/shared/emugl/common/smart_ptr.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/shared/emugl/common/smart_ptr_unittest.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/shared/emugl/common/sockets.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/shared/emugl/common/sockets.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/shared/emugl/common/testing/test_shared_library.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/shared/emugl/common/testing/test_thread.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/shared/emugl/common/thread.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/shared/emugl/common/thread_pthread.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/shared/emugl/common/thread_store.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/shared/emugl/common/thread_store.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/shared/emugl/common/thread_store_unittest.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/shared/emugl/common/thread_unittest.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/shared/emugl/common/thread_win32.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/shared/emugl/common/unique_integer_map.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/android-emugl/shared/emugl/common/unique_integer_map_unittest.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/backward-cpp/.gitignore [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/backward-cpp/.travis.yml [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/backward-cpp/BackwardConfig.cmake [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/backward-cpp/CMakeLists.txt [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/backward-cpp/LICENSE.txt [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/backward-cpp/README.md [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/backward-cpp/backward.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/backward-cpp/backward.hpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/backward-cpp/builds.sh [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/backward-cpp/conanfile.py [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/backward-cpp/doc/nice.png [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/backward-cpp/doc/pretty.png [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/backward-cpp/doc/rude.png [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/backward-cpp/test/_test_main.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/backward-cpp/test/rectrace.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/backward-cpp/test/select_signals.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/backward-cpp/test/stacktrace.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/backward-cpp/test/suicide.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/backward-cpp/test/test.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/backward-cpp/test/test.hpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/backward-cpp/test_package/CMakeLists.txt [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/backward-cpp/test_package/conanfile.py [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/backward-cpp/test_package/main.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/cpu_features/.clang-format [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/cpu_features/.gitignore [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/cpu_features/.travis.yml [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/cpu_features/CMakeLists.txt [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/cpu_features/CONTRIBUTING.md [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/cpu_features/LICENSE [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/cpu_features/README.md [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/cpu_features/WORKSPACE [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/cpu_features/appveyor.yml [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/cpu_features/cmake/CpuFeaturesConfig.cmake.in [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/cpu_features/cmake/README.md [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/cpu_features/cmake/googletest.CMakeLists.txt.in [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/cpu_features/cmake/mips32-linux-gcc.cmake [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/cpu_features/include/cpu_features_macros.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/cpu_features/include/cpuinfo_aarch64.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/cpu_features/include/cpuinfo_arm.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/cpu_features/include/cpuinfo_mips.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/cpu_features/include/cpuinfo_ppc.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/cpu_features/include/cpuinfo_x86.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/cpu_features/include/internal/bit_utils.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/cpu_features/include/internal/cpuid_x86.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/cpu_features/include/internal/filesystem.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/cpu_features/include/internal/hwcaps.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/cpu_features/include/internal/linux_features_aggregator.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/cpu_features/include/internal/stack_line_reader.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/cpu_features/include/internal/string_view.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/cpu_features/scripts/run_integration.sh [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/cpu_features/scripts/test_integration.sh [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/cpu_features/src/cpuid_x86_clang_gcc.c [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/cpu_features/src/cpuid_x86_msvc.c [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/cpu_features/src/cpuinfo_aarch64.c [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/cpu_features/src/cpuinfo_arm.c [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/cpu_features/src/cpuinfo_mips.c [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/cpu_features/src/cpuinfo_ppc.c [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/cpu_features/src/cpuinfo_x86.c [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/cpu_features/src/filesystem.c [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/cpu_features/src/hwcaps.c [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/cpu_features/src/linux_features_aggregator.c [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/cpu_features/src/stack_line_reader.c [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/cpu_features/src/string_view.c [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/cpu_features/src/utils/list_cpu_features.c [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/cpu_features/test/CMakeLists.txt [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/cpu_features/test/bit_utils_test.cc [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/cpu_features/test/cpuinfo_aarch64_test.cc [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/cpu_features/test/cpuinfo_arm_test.cc [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/cpu_features/test/cpuinfo_mips_test.cc [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/cpu_features/test/cpuinfo_ppc_test.cc [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/cpu_features/test/cpuinfo_x86_test.cc [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/cpu_features/test/filesystem_for_testing.cc [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/cpu_features/test/filesystem_for_testing.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/cpu_features/test/hwcaps_for_testing.cc [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/cpu_features/test/hwcaps_for_testing.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/cpu_features/test/linux_features_aggregator_test.cc [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/cpu_features/test/stack_line_reader_test.cc [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/cpu_features/test/string_view_test.cc [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/nsexec/uidmapshift.c [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/process-cpp-minimal/CMakeLists.txt [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/process-cpp-minimal/COPYING [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/process-cpp-minimal/README.md [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/process-cpp-minimal/include/core/connection.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/process-cpp-minimal/include/core/posix/child_process.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/process-cpp-minimal/include/core/posix/exec.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/process-cpp-minimal/include/core/posix/exit.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/process-cpp-minimal/include/core/posix/fork.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/process-cpp-minimal/include/core/posix/linux/proc/process/oom_adj.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/process-cpp-minimal/include/core/posix/linux/proc/process/oom_score.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/process-cpp-minimal/include/core/posix/linux/proc/process/oom_score_adj.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/process-cpp-minimal/include/core/posix/linux/proc/process/stat.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/process-cpp-minimal/include/core/posix/linux/proc/process/state.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/process-cpp-minimal/include/core/posix/process.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/process-cpp-minimal/include/core/posix/process_group.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/process-cpp-minimal/include/core/posix/signal.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/process-cpp-minimal/include/core/posix/signalable.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/process-cpp-minimal/include/core/posix/standard_stream.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/process-cpp-minimal/include/core/posix/this_process.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/process-cpp-minimal/include/core/posix/visibility.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/process-cpp-minimal/include/core/posix/wait.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/process-cpp-minimal/include/core/signal.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/process-cpp-minimal/include/core/testing/cross_process_sync.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/process-cpp-minimal/include/core/testing/fork_and_run.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/process-cpp-minimal/src/CMakeLists.txt [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/process-cpp-minimal/src/core/posix/CMakeLists.txt [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/process-cpp-minimal/src/core/posix/backtrace.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/process-cpp-minimal/src/core/posix/backtrace.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/process-cpp-minimal/src/core/posix/child_process.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/process-cpp-minimal/src/core/posix/exec.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/process-cpp-minimal/src/core/posix/fork.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/process-cpp-minimal/src/core/posix/linux/CMakeLists.txt [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/process-cpp-minimal/src/core/posix/linux/proc/process/oom_adj.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/process-cpp-minimal/src/core/posix/linux/proc/process/oom_score.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/process-cpp-minimal/src/core/posix/linux/proc/process/oom_score_adj.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/process-cpp-minimal/src/core/posix/linux/proc/process/stat.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/process-cpp-minimal/src/core/posix/linux/proc/process/state.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/process-cpp-minimal/src/core/posix/process.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/process-cpp-minimal/src/core/posix/process_group.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/process-cpp-minimal/src/core/posix/signal.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/process-cpp-minimal/src/core/posix/signalable.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/process-cpp-minimal/src/core/posix/standard_stream.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/process-cpp-minimal/src/core/posix/this_process.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/process-cpp-minimal/src/core/posix/wait.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/process-cpp-minimal/src/core/testing/cross_process_sync.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/process-cpp-minimal/src/core/testing/fork_and_run.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/process-cpp-minimal/symbols.map [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/xdg/CMakeLists.txt [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/xdg/LICENSE [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/xdg/xdg.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/xdg/xdg.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/external/xdg/xdg_test.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/products/AndroidProducts.mk [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/products/anbox.mk [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/products/anbox.xml [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/products/anbox_arm64.mk [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/products/anbox_armv7a_neon.mk [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/products/anbox_x86_64.mk [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/products/arm64/BoardConfig.mk [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/products/arm64/device.mk [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/products/armv7-a-neon/BoardConfig.mk [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/products/armv7-a-neon/device.mk [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/products/overlay/frameworks/base/packages/SettingsProvider/res/values/defaults.xml [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/products/overlay/frameworks/base/packages/SystemUI/res/values/config.xml [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/products/vendorsetup.sh [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/products/x86_64/BoardConfig.mk [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/products/x86_64/device.mk [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/scripts/anbox-bridge.sh [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/scripts/anbox-init.sh [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/scripts/anbox-shell.sh [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/scripts/android-sync.sh [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/scripts/app-android-settings.sh [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/scripts/app-appmgr.sh [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/scripts/build-debs.sh [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/scripts/build-with-docker.sh [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/scripts/clean-build.sh [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/scripts/clean-format.sh [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/scripts/collect-bug-info.sh [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/scripts/container-manager.sh [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/scripts/create-package.sh [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/scripts/gen-emugl-entries.py [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/scripts/gen-emugl-headers.sh [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/scripts/load-kmods.sh [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/scripts/mount-android.sh [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/scripts/setup-partial-chroot.sh [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/scripts/snap-wrapper.sh [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/scripts/start-container.sh [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/scripts/update-emugl-sources.sh [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/snap/.snapcraft/state [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/snap/gui/icon.png [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/snap/hooks/configure [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/snap/hooks/install [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/snap/snapcraft.yaml [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/CMakeLists.txt [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/android/intent.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/android/intent.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/android/ip_config_builder.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/android/ip_config_builder.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/application/database.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/application/database.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/application/launcher_storage.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/application/launcher_storage.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/application/manager.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/audio/client_info.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/audio/server.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/audio/server.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/audio/sink.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/audio/source.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/bridge/android_api_stub.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/bridge/android_api_stub.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/bridge/platform_api_skeleton.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/bridge/platform_api_skeleton.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/bridge/platform_message_processor.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/bridge/platform_message_processor.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/build/config.h.in [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/cli.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/cli.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/cmds/check_features.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/cmds/check_features.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/cmds/container_manager.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/cmds/container_manager.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/cmds/install.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/cmds/install.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/cmds/launch.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/cmds/launch.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/cmds/session_manager.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/cmds/session_manager.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/cmds/system_info.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/cmds/system_info.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/cmds/version.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/cmds/version.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/cmds/wait_ready.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/cmds/wait_ready.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/common/binary_writer.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/common/binary_writer.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/common/binder_device.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/common/binder_device.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/common/binder_device_allocator.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/common/binder_device_allocator.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/common/binderfs.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/common/dispatcher.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/common/dispatcher.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/common/fd.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/common/fd.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/common/fd_sets.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/common/loop_device.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/common/loop_device.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/common/loop_device_allocator.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/common/loop_device_allocator.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/common/message_channel.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/common/message_channel.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/common/mount_entry.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/common/mount_entry.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/common/scope_ptr.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/common/small_vector.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/common/type_traits.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/common/variable_length_array.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/common/wait_handle.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/common/wait_handle.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/container/client.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/container/client.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/container/configuration.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/container/container.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/container/container.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/container/lxc_container.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/container/lxc_container.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/container/management_api_message_processor.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/container/management_api_message_processor.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/container/management_api_skeleton.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/container/management_api_skeleton.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/container/management_api_stub.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/container/management_api_stub.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/container/service.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/container/service.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/daemon.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/daemon.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/dbus/bus.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/dbus/bus.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/dbus/codecs.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/dbus/interface.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/dbus/sd_bus_helpers.c [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/dbus/sd_bus_helpers.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/dbus/sd_bus_helpers.hpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/dbus/skeleton/application_manager.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/dbus/skeleton/application_manager.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/dbus/skeleton/service.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/dbus/skeleton/service.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/dbus/stub/application_manager.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/dbus/stub/application_manager.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/defer_action.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/do_not_copy_or_move.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/graphics/buffer_queue.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/graphics/buffer_queue.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/graphics/buffered_io_stream.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/graphics/buffered_io_stream.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/graphics/density.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/graphics/density.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/graphics/emugl/ColorBuffer.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/graphics/emugl/ColorBuffer.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/graphics/emugl/DispatchTables.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/graphics/emugl/DisplayManager.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/graphics/emugl/DisplayManager.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/graphics/emugl/ReadBuffer.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/graphics/emugl/ReadBuffer.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/graphics/emugl/RenderApi.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/graphics/emugl/RenderApi.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/graphics/emugl/RenderContext.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/graphics/emugl/RenderContext.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/graphics/emugl/RenderControl.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/graphics/emugl/RenderControl.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/graphics/emugl/RenderThread.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/graphics/emugl/RenderThread.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/graphics/emugl/RenderThreadInfo.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/graphics/emugl/RenderThreadInfo.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/graphics/emugl/Renderable.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/graphics/emugl/Renderable.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/graphics/emugl/Renderer.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/graphics/emugl/Renderer.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/graphics/emugl/RendererConfig.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/graphics/emugl/RendererConfig.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/graphics/emugl/TextureDraw.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/graphics/emugl/TextureDraw.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/graphics/emugl/TextureResize.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/graphics/emugl/TextureResize.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/graphics/emugl/TimeUtils.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/graphics/emugl/TimeUtils.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/graphics/emugl/WindowSurface.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/graphics/emugl/WindowSurface.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/graphics/gl_extensions.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/graphics/gl_renderer_server.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/graphics/gl_renderer_server.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/graphics/layer_composer.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/graphics/layer_composer.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/graphics/multi_window_composer_strategy.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/graphics/multi_window_composer_strategy.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/graphics/opengles_message_processor.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/graphics/opengles_message_processor.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/graphics/primitives.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/graphics/program_family.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/graphics/program_family.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/graphics/rect.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/graphics/rect.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/graphics/renderer.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/graphics/single_window_composer_strategy.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/graphics/single_window_composer_strategy.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/input/device.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/input/device.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/input/manager.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/input/manager.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/logger.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/logger.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/network/base_socket_messenger.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/network/base_socket_messenger.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/network/connection_context.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/network/connection_context.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/network/connection_creator.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/network/connection_creator.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/network/connections.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/network/connector.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/network/credentials.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/network/credentials.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/network/delegate_connection_creator.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/network/delegate_message_processor.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/network/delegate_message_processor.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/network/fd_socket_transmission.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/network/fd_socket_transmission.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/network/local_socket_messenger.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/network/local_socket_messenger.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/network/message_processor.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/network/message_receiver.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/network/message_sender.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/network/published_socket_connector.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/network/published_socket_connector.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/network/socket_connection.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/network/socket_connection.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/network/socket_helper.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/network/socket_helper.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/network/socket_messenger.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/network/socket_messenger.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/network/stream_socket_transport.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/network/stream_socket_transport.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/network/tcp_socket_connector.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/network/tcp_socket_connector.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/network/tcp_socket_messenger.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/network/tcp_socket_messenger.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/not_reachable.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/not_reachable.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/optional.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/platform/base_platform.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/platform/base_platform.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/platform/null/platform.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/platform/null/platform.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/platform/sdl/audio_sink.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/platform/sdl/audio_sink.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/platform/sdl/keycode_converter.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/platform/sdl/keycode_converter.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/platform/sdl/mir_display_connection.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/platform/sdl/mir_display_connection.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/platform/sdl/platform.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/platform/sdl/platform.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/platform/sdl/sdl_wrapper.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/platform/sdl/window.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/platform/sdl/window.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/protobuf/anbox_bridge.proto [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/protobuf/anbox_container.proto [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/protobuf/anbox_rpc.proto [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/protobuf/google_protobuf_guard.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/qemu/adb_message_processor.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/qemu/adb_message_processor.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/qemu/at_parser.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/qemu/at_parser.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/qemu/boot_properties_message_processor.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/qemu/boot_properties_message_processor.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/qemu/bootanimation_message_processor.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/qemu/bootanimation_message_processor.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/qemu/camera_message_processor.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/qemu/camera_message_processor.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/qemu/fingerprint_message_processor.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/qemu/fingerprint_message_processor.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/qemu/gsm_message_processor.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/qemu/gsm_message_processor.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/qemu/hwcontrol_message_processor.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/qemu/hwcontrol_message_processor.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/qemu/null_message_processor.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/qemu/null_message_processor.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/qemu/pipe_connection_creator.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/qemu/pipe_connection_creator.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/qemu/qemud_message_processor.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/qemu/qemud_message_processor.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/qemu/sensors_message_processor.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/qemu/sensors_message_processor.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/qemu/telephony_manager.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/qemu/telephony_manager.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/rpc/channel.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/rpc/channel.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/rpc/connection_creator.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/rpc/connection_creator.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/rpc/constants.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/rpc/make_protobuf_object.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/rpc/message_processor.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/rpc/message_processor.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/rpc/pending_call_cache.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/rpc/pending_call_cache.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/rpc/template_message_processor.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/runtime.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/runtime.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/system_configuration.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/system_configuration.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/testing/gtest_utils.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/ui/splash_screen.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/ui/splash_screen.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/utils.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/utils.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/utils/environment_file.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/utils/environment_file.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/wm/display.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/wm/display.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/wm/manager.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/wm/manager.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/wm/multi_window_manager.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/wm/multi_window_manager.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/wm/single_window_manager.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/wm/single_window_manager.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/wm/stack.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/wm/stack.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/wm/task.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/wm/task.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/wm/window.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/wm/window.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/wm/window_state.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/anbox/wm/window_state.h [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/src/main.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/tests/CMakeLists.txt [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/tests/anbox/CMakeLists.txt [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/tests/anbox/android/CMakeLists.txt [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/tests/anbox/android/intent_tests.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/tests/anbox/application/CMakeLists.txt [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/tests/anbox/application/restricted_manager_tests.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/tests/anbox/common/CMakeLists.txt [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/tests/anbox/common/binary_writer_tests.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/tests/anbox/common/message_channel_tests.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/tests/anbox/common/scope_ptr_tests.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/tests/anbox/common/small_vector_tests.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/tests/anbox/common/type_traits_tests.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/tests/anbox/graphics/CMakeLists.txt [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/tests/anbox/graphics/buffer_queue_tests.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/tests/anbox/graphics/buffered_io_stream_tests.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/tests/anbox/graphics/layer_composer_tests.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/tests/anbox/graphics/render_control_tests.cpp [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/tests/anbox/support/CMakeLists.txt [new file with mode: 0644]
src/type3_AndroidCloud/anbox-master/tests/anbox/support/at_parser_tests.cpp [new file with mode: 0644]