commit | 8c34c8179d4b745338e6200b337488ef9ad4b7ed | [log] [tgz] |
---|---|---|
author | Tomasz Wasilczyk <twasilczyk@google.com> | Thu Feb 08 13:42:31 2018 -0800 |
committer | Tomasz Wasilczyk <twasilczyk@google.com> | Fri Feb 09 19:43:45 2018 +0000 |
tree | 297721f53fbdabdef2f0d79b231c20ad52670f11 | |
parent | e3d0fd346bbddd9f0423fb52fce70bd11e3535f9 [diff] [blame] |
Move broadcast radio 1.2 default implementation back to 1.1. Bug: 62945293 Test: VTS Change-Id: I95d68ea61f5b50c5b510212b0941bddad1158f97
diff --git a/broadcastradio/common/utils1x/Android.bp b/broadcastradio/common/utils1x/Android.bp index 127c15a..443dca1 100644 --- a/broadcastradio/common/utils1x/Android.bp +++ b/broadcastradio/common/utils1x/Android.bp
@@ -28,6 +28,6 @@ ], export_include_dirs: ["include"], shared_libs: [ - "android.hardware.broadcastradio@1.2", + "android.hardware.broadcastradio@1.1", ], }