commit | 01d267e3a78e1fa78d27f6d3e745914a5ac56ffa | [log] [tgz] |
---|---|---|
author | Eric Laurent <elaurent@google.com> | Fri Oct 21 08:16:10 2016 -0700 |
committer | Eric Laurent <elaurent@google.com> | Wed Oct 26 17:05:01 2016 -0700 |
tree | ce2838255825e477d0a0193b79b72b6c39543990 | |
parent | fa92ed0391a722a401b6f050d941032764a8639d [diff] [blame] |
broadcast radio: add wrapper over HAL implementation Add radio HAL wrapper in radio service to prepare migration to HIDL. Bug: 31973526 Change-Id: I93fc6f00a2211f7ca425be73090f12b2855c9641
diff --git a/services/radio/Android.mk b/services/radio/Android.mk index f5d74d3..c3178ea 100644 --- a/services/radio/Android.mk +++ b/services/radio/Android.mk
@@ -18,7 +18,8 @@ LOCAL_SRC_FILES:= \ - RadioService.cpp + RadioService.cpp \ + RadioHalLegacy.cpp LOCAL_SHARED_LIBRARIES:= \ libui \