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

Commit 2e9a2373 authored by Justin Ho's avatar Justin Ho Committed by Android (Google) Code Review
Browse files

Merge "Add 480p default videos into the system."

parents 468fb9ce b3757d31
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