diff options
author | Andreas Huber <andih@google.com> | 2017-04-13 09:59:12 -0700 |
---|---|---|
committer | Andreas Huber <andih@google.com> | 2017-04-13 14:27:37 -0700 |
commit | 9bbeb8546b71a92cb8ecaac991dfc55d1230d621 (patch) | |
tree | 2b1058f282b987d1f3bd376d9b8b3a1efcef6f91 /service | |
parent | c05f9c79177ef3cc7e5f86b176e40440412dc592 (diff) |
Changed the naming scheme for Treble java libraries (both static and dynamic)
android.hardware.foo@1.0-java => android.hardware.foo-V1.0-java
Bug: 37207894
Test: make
Change-Id: I76e8b1586b6724daadba016f2f17ddd24b3c84ab
Diffstat (limited to 'service')
-rw-r--r-- | service/Android.mk | 4 |
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 |