[engine] [cocos2d-x] [jsb-adapter] 适配引擎 v2.4.12 版本

This commit is contained in:
SmallMain
2023-10-30 22:32:32 +08:00
parent 2508616ad9
commit 0092eb9f05
787 changed files with 206249 additions and 422 deletions

View File

@@ -17,9 +17,14 @@
#pragma once
#include <stdint.h>
#include <sys/types.h>
#include "platform/CCPlatformConfig.h"
#if CC_TARGET_PLATFORM == CC_PLATFORM_ANDROID
#include <android/log.h>
#include <sys/system_properties.h>
#include <sys/types.h>
#elif CC_TARGET_PLATFORM == CC_PLATFORM_OPENHARMONY
#include <hilog/log.h>
#endif
#include "audio/android/AudioBufferProvider.h"