diff options
author | Andreas Huber <andih@google.com> | 2017-04-13 09:59:12 -0700 |
---|---|---|
committer | Andreas Huber <andih@google.com> | 2017-04-13 15:14:50 -0700 |
commit | 487e3458da4f88bd505eac8456ce50408648499c (patch) | |
tree | c08b14de5e42d16fbeb7ffc2fff089fca9865411 /service | |
parent | 8c8188a1e8b4b784d47500272135305735d1c54c (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: I036d851de2501988c2003ebe576c8047bead4bb1
Merged-In: I76e8b1586b6724daadba016f2f17ddd24b3c84ab
Diffstat (limited to 'service')
-rw-r--r-- | service/Android.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/service/Android.mk b/service/Android.mk index c9dd01fb2..cbf747c26 100644 --- a/service/Android.mk +++ b/service/Android.mk @@ -57,10 +57,10 @@ 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.hidl.base@1.0-java-static \ - android.hidl.manager@1.0-java-static + android.hardware.wifi-V1.0-java-static \ + android.hardware.wifi.supplicant-V1.0-java-static \ + android.hidl.base-V1.0-java-static \ + android.hidl.manager-V1.0-java-static LOCAL_REQUIRED_MODULES := services LOCAL_MODULE_TAGS := LOCAL_MODULE := wifi-service |