summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Remi NGUYEN VAN <reminv@google.com> 2019-01-31 15:01:49 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2019-01-31 15:01:49 +0000
commita5a7af11d7023fdd19b9dec9b5c42cccda0c3157 (patch)
tree44a187ee3cd1d88191d0bf667c9f222684e3430c
parent0b2057db02a6fe7cfd193eb4647f09c56d23636b (diff)
parent38d20263afc5d92b7360d7b3a2da208196d394f5 (diff)
Merge "Compile CaptivePortalLogin as system_current"
-rw-r--r--packages/CaptivePortalLogin/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/CaptivePortalLogin/Android.bp b/packages/CaptivePortalLogin/Android.bp
index f5e252c61fa1..4ac652acb18f 100644
--- a/packages/CaptivePortalLogin/Android.bp
+++ b/packages/CaptivePortalLogin/Android.bp
@@ -17,7 +17,7 @@
android_app {
name: "CaptivePortalLogin",
srcs: ["src/**/*.java"],
- platform_apis: true,
+ sdk_version: "system_current",
certificate: "platform",
static_libs: [
"android-support-v4",