commit | ba1dcb4ae9572a30818d907442eaadcfdbfef16b | [log] [tgz] |
---|---|---|
author | Adithya R <gh0strider.2k18.reborn@gmail.com> | Fri Dec 08 05:53:08 2023 +0530 |
committer | Nick Reuter <nreuter85@gmail.com> | Fri Feb 02 00:59:30 2024 -0600 |
tree | 762080b7d8b9b140411fbe313cf726ab06a22e4d | |
parent | d38aaed66c3473b40375618d0c58249ec1723495 [diff] [blame] |
system_properties: Introduce native PropImitationHooks Allows spoofing first API and security patch level in order to pass SafetyNet CTS/Play Integrity on build fingerprints newer than 2018. Inspired by https://github.com/chiteroman/PlayIntegrityFix Change-Id: If4dd24abe84edcf5e98d27fb5f78ee99f266b4bd
diff --git a/libc/system_properties/Android.bp b/libc/system_properties/Android.bp index af8bda9..106401c 100644 --- a/libc/system_properties/Android.bp +++ b/libc/system_properties/Android.bp
@@ -17,6 +17,7 @@ "contexts_split.cpp", "contexts_serialized.cpp", "prop_area.cpp", + "prop_imitation_hooks.cpp", "prop_info.cpp", "system_properties.cpp", ],