commit | e1652f58d92ce83cd59550b648cf36a6bf770187 | [log] [tgz] |
---|---|---|
author | Sundong Ahn <sundongahn@google.com> | Tue Jan 16 14:44:03 2018 +0900 |
committer | Sundong Ahn <sundongahn@google.com> | Wed Jan 17 15:09:25 2018 +0900 |
tree | 50fd1fd478aee11c5b8e4f833f578d9e25a8ea1f | |
parent | 553b6c0ca64eb870fcff80cfd7d11ad998153404 [diff] |
Add LOCAL_SDK_VERSION := current The nativetesthelper is using only public API. However it is defined java:platform which can use internal API, since it is not defined LOCAL_SDK_VERSION. So, LOCAL_SDK_VERSION := current is added in nativetesthelper, because it can be turn into errors when link type check becomes more strict. Bug: 69899800 Test: mma -j under nativetesthelper dir Change-Id: Ia109cd36993d6214e03aec11bb207749da9f58f7