From e1396bb7b542934bfbc0d6fdce794482f286b764 Mon Sep 17 00:00:00 2001 From: Jim Kaye Date: Thu, 14 Apr 2016 13:58:27 -0700 Subject: [PATCH] Fix Emulator CTS test for video performance Add measured/expected video frame-rate values for the Emulator. These are set as wide as possible and centered around the results from trial runs made on a Linux host. This fixes the tests in package com.android.cts.videoperf Change-Id: I0ca6c28011168e8efda8fd913e253eb7380badfc --- target/product/sdk_base.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/target/product/sdk_base.mk b/target/product/sdk_base.mk index 2945f8ca3..c1114823a 100644 --- a/target/product/sdk_base.mk +++ b/target/product/sdk_base.mk @@ -71,6 +71,7 @@ PRODUCT_COPY_FILES := \ frameworks/av/media/libstagefright/data/media_codecs_google_telephony.xml:system/etc/media_codecs_google_telephony.xml \ frameworks/av/media/libstagefright/data/media_codecs_google_video.xml:system/etc/media_codecs_google_video.xml \ device/generic/goldfish/camera/media_codecs.xml:system/etc/media_codecs.xml \ + device/generic/goldfish/camera/media_codecs_performance.xml:system/etc/media_codecs_performance.xml \ frameworks/native/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:system/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml \ frameworks/native/data/etc/android.hardware.camera.autofocus.xml:system/etc/permissions/android.hardware.camera.autofocus.xml \ frameworks/native/data/etc/android.hardware.fingerprint.xml:system/etc/permissions/android.hardware.fingerprint.xml \