CC 2.2.2: android project always rebuild C++ files when compile after build

In version 2.1.0 of creator, when I click the compile button in build panel, project build C ++ files only once in first time, In version 2.2.2, anytime I click build button then click compile button, project alway rebuild all C++ files, how to avoid this, please help me.

What is your build platform?

Platform is Android, this is my config

PROP_COMPILE_SDK_VERSION=28
PROP_MIN_SDK_VERSION=16
PROP_TARGET_SDK_VERSION=28
PROP_BUILD_TOOLS_VERSION=28.0.3
PROP_APP_ABI=armeabi-v7a:arm64-v8a

classpath ‘com.android.tools.build:gradle:3.2.0’
distributionUrl=https://services.gradle.org/distributions/gradle-4.10.3-all.zip

Which part of the C ++ file have you replaced?

I did not replace any C ++ file, every time build then compile, project is rebuild, if I compile without build, project not rebuild.

Sorry, I want to ask which C ++ files should be replaced by CocosCreator? I did not encounter your problem in a test, so I need to confirm it further.

Below is my log when compile, I think Cocos Creator replaced a lot of file.

native.zip (22.1 KB)