commit | ef212cbe8d6e628bfc40e2db75522b4f1d794766 | [log] [tgz] |
---|---|---|
author | Sundong Ahn <sundongahn@google.com> | Mon Oct 16 19:20:34 2017 +0900 |
committer | Sundong Ahn <sundongahn@google.com> | Thu Nov 30 10:04:09 2017 +0900 |
tree | 00de94cb33b687da9b00482f93b55ff964b1d5a2 | |
parent | 26382840ae925b6e9d89372fee31317513440de2 [diff] |
Add LOCAL_SDK_VERSION := system_$(VER) The system_$(VER) can be set in LOCAL_SDK_VERSION, and the apk will use android_system.jar at build time. If LOCAL_SDK_VERSION is not defined and this module is installed in vendor.img, LOCAL_SDK_VERSION is set to system_current. Bug: 67724799 Test: 1. build && run on taimen 2. LOCAL_SDK_VERSION:=system_27 in ims.apk && build ims.apk && check the vsdk_v27_intermediates. Change-Id: I5b11c78b8fcd4a2f2a5e3b141527cd34dbe80018