Svet Ganov c683da6bb3 Add a couple of shared libraries - services, shared
The services library will contain platform components that we want
partners to not customize or ones we want to update faster than the
platform.

The shared library will contain code that we commit to be available
on the device which apps can load if they so desire.

bug:25450378

Change-Id: Iaebb68129a13af9e03e25ea198764d382ad49404
2016-02-02 02:19:26 +00:00

8 lines
204 B
Plaintext

-keepparameternames
-keepattributes Exceptions,InnerClasses,Signature,Deprecated,
SourceFile,LineNumberTable,*Annotation*,EnclosingMethod
-keep public class * {
public protected *;
}