Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 692a5477 authored by Sungsoo Lim's avatar Sungsoo Lim
Browse files

Copy support MediaRouter code

- Copied the code from framework/support/v7/mediarouter
- Changed the package names
- Updated copyrights
- Removed the use of support annotations
- TODO: Use MediaRouter from MediaControlView2
- TODO: Make support MediaRouter use updatable code

Test: build
Change-Id: I1eb9330fd6a19b74916a04c48d971903b6390b70
parent e1883526
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -49,4 +49,11 @@ LOCAL_JNI_SHARED_LIBRARIES := \
    liboggextractor \
    libwavextractor \

# TODO: Remove dependency with other support libraries.
LOCAL_STATIC_ANDROID_LIBRARIES += \
    android-support-v4 \
    android-support-v7-appcompat \
    android-support-v7-palette
LOCAL_USE_AAPT2 := true

include $(BUILD_PACKAGE)
+205 B
Loading image diff...
+203 B
Loading image diff...
+206 B
Loading image diff...
+207 B
Loading image diff...
Loading