commit | 742f5832b16328372d47ae062b3ab946ff37b6f6 | [log] [tgz] |
---|---|---|
author | Ying Wang <wangying@google.com> | Fri Jun 26 12:33:06 2015 -0700 |
committer | Ying Wang <wangying@google.com> | Fri Jun 26 19:37:28 2015 +0000 |
tree | 7e057316b2e76bf8185ef0e3ec1250c2ee0126af | |
parent | aae1a0ba48d32224aa11980610bcc318eef38dd9 [diff] |
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