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

Commit b3757d31 authored by Eino-Ville Talvala's avatar Eino-Ville Talvala
Browse files

Add 480p default videos into the system.

There are two sets of 480p videos.
The lower-quality videos are referenced in
VideoPackage1.mk, while higher-quality versions
are referenced in VideoPackage2.mk.

Change-Id: I4d1cec94b677a67abe0ccbbd9a7002995cfcf7bb
parent aeb11675
Loading
Loading
Loading
Loading
+1.44 MiB

File added.

No diff preview for this file type.

+2.75 MiB

File added.

No diff preview for this file type.

+1.52 MiB

File added.

No diff preview for this file type.

+2.77 MiB

File added.

No diff preview for this file type.

+6 −2
Original line number Diff line number Diff line
@@ -14,10 +14,14 @@
# limitations under the License.
#

# Lower-quality videos for space-constrained devices

LOCAL_PATH  := frameworks/base/data/videos
TARGET_PATH := system/media/video

PRODUCT_COPY_FILES += \
        $(LOCAL_PATH)/AndroidInSpace.240p.mp4:$(TARGET_PATH)/AndroidInSpace.240p.mp4 \
	$(LOCAL_PATH)/Sunset.240p.mp4:$(TARGET_PATH)/Sunset.240p.mp4
        $(LOCAL_PATH)/AndroidInSpace.480p.lq.mp4:$(TARGET_PATH)/AndroidInSpace.480p.mp4 \
        $(LOCAL_PATH)/Sunset.240p.mp4:$(TARGET_PATH)/Sunset.240p.mp4 \
        $(LOCAL_PATH)/Sunset.480p.lq.mp4:$(TARGET_PATH)/Sunset.480p.mp4
Loading