Fix build error for x86_64 15/320315/1
authorChandan Padhi <c.padhi@samsung.com>
Wed, 26 Feb 2025 12:29:05 +0000 (17:59 +0530)
committerChandan Padhi <c.padhi@samsung.com>
Wed, 26 Feb 2025 12:29:05 +0000 (17:59 +0530)
Change-Id: Ia0ae59c9b5feffee235291b420c3b2020468cc97
Signed-off-by: Chandan Padhi <c.padhi@samsung.com>
third_party/cpuinfo/BUILD.gn

index c7e4cd17839acb3ac1cea0d59bfb8f17d1b782d1..4c2fe955f611ae0596cea4e6e021e25a8104afbb 100644 (file)
@@ -138,7 +138,7 @@ source_set("x86_cache") {
 }
 
 source_set("cpu_and_os_specific") {
-  if ((is_linux || is_chromeos) &&
+  if ((is_linux || is_chromeos || is_tizen) &&
       (current_cpu == "x86" || current_cpu == "x64")) {
     sources = [
       "src/src/x86/linux/cpuinfo.c",