Fix a warning from init.

init: Unable to set property 'ro.debuggable' to '1' in
property file '/vendor/build.prop': Read-only property
was already set

ro.debuggable is set automatically by the build type, it does not need
to be explicitly set anywhere else.

Bug: 110097226
Change-Id: I021a0d1cdfab8db5de846d6863813f6ad7916422
1 file changed