summaryrefslogtreecommitdiff
path: root/service
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2017-04-14 04:10:49 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-04-14 04:10:49 +0000
commitcfaa902ae85ab3458d7d6837d05d711980c1cd25 (patch)
tree01f319be1fe04a8a47109a614543a3534bf9b88b /service
parent676815948d9ce6adf17b8c28574712b4c382a8ac (diff)
parent1e894f6c00d811981dc9da873a333999682ed923 (diff)
Changed the naming scheme for Treble java libraries (both static and dynamic)
am: 1e894f6c00 Change-Id: I609d2224c1aefbda11c3b10adb22c8aa3ad088bd
Diffstat (limited to 'service')
-rw-r--r--service/Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/service/Android.mk b/service/Android.mk
index b378a4c47..2ef647ef2 100644
--- a/service/Android.mk
+++ b/service/Android.mk
@@ -57,8 +57,8 @@ LOCAL_SRC_FILES := $(call all-java-files-under, java) \
LOCAL_JAVA_LIBRARIES := bouncycastle conscrypt jsr305 services
LOCAL_STATIC_JAVA_LIBRARIES := \
- android.hardware.wifi@1.0-java-static \
- android.hardware.wifi.supplicant@1.0-java-static
+ android.hardware.wifi-V1.0-java-static \
+ android.hardware.wifi.supplicant-V1.0-java-static
LOCAL_REQUIRED_MODULES := services
LOCAL_MODULE_TAGS :=
LOCAL_MODULE := wifi-service