From 6d173fb3a1e7aa6b00ecf927512115d7c0e1c019 Mon Sep 17 00:00:00 2001 From: Wang Han <1701210638@pku.edu.cn> Date: Thu, 4 Jul 2024 23:06:15 +0800 Subject: [PATCH] Use unique project name This also works around a shamiko bug which will be fixed later. --- app/src/main/cpp/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/cpp/CMakeLists.txt b/app/src/main/cpp/CMakeLists.txt index 27d6f6b..5e62224 100644 --- a/app/src/main/cpp/CMakeLists.txt +++ b/app/src/main/cpp/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.22.1) -project(zygisk) +project(playintegrityfix) find_package(cxx REQUIRED CONFIG)