summaryrefslogtreecommitdiffstats
path: root/Android.bp
Commit message (Collapse)AuthorAgeFilesLines
* Build jsr330 with core_currentandroid-wear-p-preview-2android-p-preview-5android-p-preview-4android-p-preview-3android-p-preview-2android-p-preview-1android-o-mr1-iot-release-1.0.2android-o-mr1-iot-release-1.0.1android-o-mr1-iot-release-1.0.0android-o-mr1-iot-preview-8android-o-mr1-iot-preview-7android-n-iot-release-smart-display-r2android-n-iot-release-smart-displayandroid-n-iot-release-polk-at1android-n-iot-release-lg-thinq-wk7o-mr1-iot-preview-8o-mr1-iot-preview-7Jiyong Park2018-01-311-1/+1
| | | | | | | | | Using core_current ensures that the module is not using any Android APIs (e.g. APIs under android.* packages), but only core Java APIs. Bug: 72206056 Test: m -j jsr330 Change-Id: I8b6a4b4565e37003877fd2032498bdbcde28e246
* Add LOCAL_SDK_VERSION in jsr330android-wear-8.0.0_r1Sundong Ahn2018-01-161-0/+1
| | | | | | | | | | | | The jsr330 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 jsr330, because it can be turn into errors when link type check becomes more strict. Bug: 69899800 Test: mma -j under system-helper dir Change-Id: I1167ffb5a8543f2de8ac27e4b63637be6bf803fd
* Convert external/jsr330 to Android.bpColin Cross2017-12-081-0/+38
See build/soong/README.md for more information. Test: m checkbuild Change-Id: I13fd809b9e5629b5313b8e51d25304edb328e172