commit | d60be7fe0ef08f1ae773f9dbcdcdbeef88f65af1 | [log] [tgz] |
---|---|---|
author | Jerome Gaillard <jgaillard@google.com> | Fri Jan 20 14:43:11 2023 +0000 |
committer | Cherrypicker Worker <android-build-cherrypicker-worker@google.com> | Wed Feb 08 17:06:15 2023 +0000 |
tree | 7150768a5d5b59bdba46c6c2870163815171875d | |
parent | c24869c6ec5a2c19d32daf35c4d17d03127b8f43 [diff] |
Delegate SystemProperties.find to avoid call to native_find The native method SystemProperties.native_find always triggers a crash when running on non-bionic devices. In order to avoid it, this delegates the only caller of that method, System_Properties.find. Bug: 266199104 Test: Test added Change-Id: Id61f4a83db90c56e0f932d77bf7268ea986cb6e2 (cherry picked from commit 7699ae7782297bee28e48414966a0b03d09b8494) Merged-In: Id61f4a83db90c56e0f932d77bf7268ea986cb6e2