-
- Downloads
Deprecate <cutils/log.h> and <utils/Log.h>
This commit replaces <cutils/log.h> and <utils/Log.h> with <log/log.h>. Background: <cutils/log.h> has been moved to <log/log.h> for a while. Both <cutils/log.h> and <utils/Log.h> simply includes <log/log.h> for backward compatibility. This commit is a part of the effort to remove <cutils/log.h> and <utils/Log.h> from the source tree eventually. Bug: 78370064 Test: lunch aosp_arm-userdebug && make && \ cd device/generic/goldfish-opengl && mma Change-Id: Ia80adc525617d7099e9f354cef035386ec510262
Showing
- shared/OpenglCodecCommon/ErrorLog.h 2 additions, 2 deletionsshared/OpenglCodecCommon/ErrorLog.h
- shared/OpenglCodecCommon/FixedBuffer.h 1 addition, 1 deletionshared/OpenglCodecCommon/FixedBuffer.h
- shared/OpenglCodecCommon/GLClientState.cpp 1 addition, 1 deletionshared/OpenglCodecCommon/GLClientState.cpp
- shared/OpenglCodecCommon/GLESTextureUtils.cpp 1 addition, 1 deletionshared/OpenglCodecCommon/GLESTextureUtils.cpp
- system/GLESv1_enc/GLEncoder.cpp 1 addition, 1 deletionsystem/GLESv1_enc/GLEncoder.cpp
- system/OpenglSystemCommon/FormatConversions.cpp 1 addition, 1 deletionsystem/OpenglSystemCommon/FormatConversions.cpp
- system/OpenglSystemCommon/HostConnection.cpp 1 addition, 1 deletionsystem/OpenglSystemCommon/HostConnection.cpp
- system/OpenglSystemCommon/ProcessPipe.cpp 1 addition, 1 deletionsystem/OpenglSystemCommon/ProcessPipe.cpp
- system/OpenglSystemCommon/goldfish_dma.cpp 1 addition, 1 deletionsystem/OpenglSystemCommon/goldfish_dma.cpp
- system/egl/egl.cpp 1 addition, 1 deletionsystem/egl/egl.cpp
- system/gralloc/gralloc.cpp 2 additions, 2 deletionssystem/gralloc/gralloc.cpp
- tests/gles_android_wrapper/ServerConnection.cpp 1 addition, 1 deletiontests/gles_android_wrapper/ServerConnection.cpp
- tests/gles_android_wrapper/egl.cpp 1 addition, 1 deletiontests/gles_android_wrapper/egl.cpp
- tests/gles_android_wrapper/gles.cpp 1 addition, 1 deletiontests/gles_android_wrapper/gles.cpp
Loading
Please register or sign in to comment