Remove overlapping static and dynamic libraries

Adding libraries to both LOCAL_JAVA_LIBRARIES and
LOCAL_STATIC_JAVA_LIBRARIES creates duplicate classes which causes
problems for Proguard.

This change removes the duplicate libraries from LOCAL_JAVA_LIBRARIES
as they are not available at runtime.

Bug: 30188076
Test: make dist
Change-Id: I3bd37decc876844e99896960cb067e4300f6fd53
1 file changed