Remove sanitize:never

The one in the device static library was originally added to prevent linking of sanitized libpng.a
into a non-sanitized static executable. Soong handles this automatically.

The one in the ndk library target is an unnecessary copy, AFAIK.

Bug: 33091541
Test: SANITIZE_TARGET=address keeps working

Change-Id: I0e821a37efadce398edb6350ddd526f79091c036
1 file changed