Fix link-type warning on CtsPermissionTestCases

The app CtsPermissionTestCases uses private APIs and refers an ndk
library libctspermission_jni. This jni library uses STL, which causes
link-type warning. (app:platform -> ndk:libc++:static) Therefore,
LOCAL_SDK_VERSION is removed to disable the warning.

Bug: 73907534
Test: mma -j does not show any link-type warnings
Merged-In: Id78e745aaee7bceac2c5ebd850d6e12f80b5d5a5
Change-Id: Id78e745aaee7bceac2c5ebd850d6e12f80b5d5a5
1 file changed