summaryrefslogtreecommitdiffstats
path: root/Android.bp
diff options
context:
space:
mode:
authorSundong Ahn <sundongahn@google.com>2018-01-16 16:03:16 +0900
committerSundong Ahn <sundongahn@google.com>2018-01-16 18:31:40 +0900
commit23235e610eb369d813fd3685b3283dc94b59e65c (patch)
tree30be7846e4bf428f9ecadaa2dd41ce3d65066e1d /Android.bp
parent46e8e0123e114a98dd215db53dfe2855f5524424 (diff)
downloadplatform_external_jsr330-23235e610eb369d813fd3685b3283dc94b59e65c.tar.gz
platform_external_jsr330-23235e610eb369d813fd3685b3283dc94b59e65c.tar.bz2
platform_external_jsr330-23235e610eb369d813fd3685b3283dc94b59e65c.zip
Add LOCAL_SDK_VERSION in jsr330android-wear-8.0.0_r1
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
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 834d71e..771e6f3 100644
--- a/Android.bp
+++ b/Android.bp
@@ -23,6 +23,7 @@ java_library_static {
name: "jsr330",
host_supported: true,
hostdex: true,
+ sdk_version: "current",
srcs: ["src/**/*.java"],
}
//