Add perfetto.cpp to tidy disabled

Test: presubmit
Bug: 255937616
Change-Id: I94126d46402db2fb7dfdfb1bcc15283ee397b01f
diff --git a/system/profiler/Android.mk b/system/profiler/Android.mk
index f886742..3383c0d 100644
--- a/system/profiler/Android.mk
+++ b/system/profiler/Android.mk
@@ -13,6 +13,7 @@
         profiler.cpp \
         perfetto.cpp
 
+    LOCAL_TIDY_DISABLED_SRCS := perfetto.cpp
 else
     LOCAL_SRC_FILES := \
         profiler_stub.cpp
diff --git a/system/profiler/CMakeLists.txt b/system/profiler/CMakeLists.txt
index a00c889..9ceb189 100644
--- a/system/profiler/CMakeLists.txt
+++ b/system/profiler/CMakeLists.txt
@@ -1,7 +1,7 @@
 # This is an autogenerated file! Do not edit!
 # instead run make from .../device/generic/goldfish-opengl
 # which will re-generate this file.
-android_validate_sha256("${GOLDFISH_DEVICE_ROOT}/system/profiler/Android.mk" "509a207b833d50fabb0eacdfe4168c395de928e3a84864768669ce1c63aa8553")
+android_validate_sha256("${GOLDFISH_DEVICE_ROOT}/system/profiler/Android.mk" "bbad89e505575aa9b7fe672e89c3bb581310a931cdb4849415b7085141dce536")
 set(GoldfishProfiler_src profiler_stub.cpp)
 android_add_library(TARGET GoldfishProfiler SHARED LICENSE Apache-2.0 SRC profiler_stub.cpp)
 target_include_directories(GoldfishProfiler PRIVATE ${GOLDFISH_DEVICE_ROOT}/system/profiler ${GOLDFISH_DEVICE_ROOT}/./host/include/libOpenglRender ${GOLDFISH_DEVICE_ROOT}/./system/include ${GOLDFISH_DEVICE_ROOT}/./../../../external/qemu/android/android-emugl/guest)