commit | 4304e6065526c28581ddde18481146eecb12b531 | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Tue Jul 21 12:55:48 2020 +0100 |
committer | Anton Hansson <hansson@google.com> | Tue Jul 21 14:37:25 2020 +0100 |
tree | ae8f0d2e26411454166c9c65203ca6bacc7f237e | |
parent | e1c169c983b104ba683d81fed0f10b58522f3da4 [diff] |
Remove service stub dep on default libs Not specifying any sdk_version defaults the library to building against the platform internals. We do not want to build the stubs against the platform internals, as that risks leaking internals in the stubs. Follow what the other stubs are doing, which is to build against no default libs, and compiling with java version 1.8. Bug: 158850553 Test: m Change-Id: I310842747422b108ac2a1fcf11afac5c323ed5b1