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
3 files changed