OSDN Git Service

Raise progaurd library to platform libraries even for "current" SDK.
authorYing Wang <wangying@google.com>
Fri, 26 Jun 2015 19:33:06 +0000 (12:33 -0700)
committerYing Wang <wangying@google.com>
Fri, 26 Jun 2015 19:37:28 +0000 (19:37 +0000)
commit742f5832b16328372d47ae062b3ab946ff37b6f6
tree7e057316b2e76bf8185ef0e3ec1250c2ee0126af
parentaae1a0ba48d32224aa11980610bcc318eef38dd9
Raise progaurd library to platform libraries even for "current" SDK.

Without this change, if an app with "LOCAL_SDK_VERSION := current" links
against a static library that uses removed APIs, the app will fail
ProGuard processing because the removed APIs can't be found in the
current SDK. This works around the issue.

Bug: 18510449
Bug: 20667396
Change-Id: Ia6e2a81cf5ecba972d155e56238ea946f8539411
core/java.mk