Remove android.os.cts.NoExecutePermissionTest#testExecuteCode test

This test does not work as expected in natively bridged environments
where the code is loaded but is never executed directly. In this case
not having executable flag is actually improves security since it
removes unnecessary potential source of ROP gadgets.

Bug: http://b/72862209
Test: cts-tradefed run commandAndExit cts -m CtsOsTestCases -t android.os.cts.NoExecutePermissionTest
Change-Id: I4ede8320387dc619f1df002b042edadc5b6d55b6
(cherry picked from commit bda4fa92a84de697a2595a281223243c40f7eee2)
2 files changed