OSDN Git Service

fingerprint: remove use of -static hidl java
authorSteven Moreland <smoreland@google.com>
Wed, 2 Aug 2017 16:02:13 +0000 (09:02 -0700)
committerSteven Moreland <smoreland@google.com>
Wed, 2 Aug 2017 16:18:54 +0000 (16:18 +0000)
commit3068930f992a19f0741938fd1a24914a3090fc79
tree13a6e64179142e65463359ad985655e5c8f306fa
parentf53501098cf8687de9d6fc5cb34681a14c2985e8
fingerprint: remove use of -static hidl java

These libraries are being removed. Now, the regular java
library can be used as both a static and non-static library,
we are removing these duplicate libraries which cause
several types problems (such as undefined behavior when
both the static and non-static libs are loaded).

Bug: 36376126
Test: boot marlin, add/use fingerprint, check logs
Change-Id: I546d8f5d5788a31b3f70009e687246a4b7e59569
services/Android.mk