Revert "DeviceAsWebcam: Add overlays for physical camera id"

This reverts commit 89f99fd401.

Reason for revert: With stream use case VIDEO_CALL + logical stream power is well within the permissible limit of 3W.

Bug: 300166920

Change-Id: I2d764fdf2dc3124d3f60513c5e76108b52ed8f7b
This commit is contained in:
Jayant Chowdhary 2023-09-12 23:34:32 +00:00
parent 89f99fd401
commit c1f4f50bd0
5 changed files with 0 additions and 28 deletions

View file

@ -1,10 +0,0 @@
package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
runtime_resource_overlay {
name: "DeviceAsWebcamBluejay",
certificate: "platform",
product_specific: true,
sdk_version: "current",
}

View file

@ -1,11 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.google.android.overlay.DeviceAsWebcam"
android:versionCode="1"
android:versionName="1.0" >
<application android:hasCode="false" />
<overlay
android:targetPackage="com.android.DeviceAsWebcam"
android:isStatic="true"
android:priority="1"/>
</manifest>

View file

@ -1 +0,0 @@
include platform/frameworks/av:/camera/OWNERS

View file

@ -194,11 +194,6 @@ PRODUCT_PACKAGES += \
NoCutoutOverlay \
AvoidAppsInCutoutOverlay
# Android DeviceAsWebcam specific overlay
PRODUCT_PACKAGES += \
DeviceAsWebcamBluejay
# SKU specific RROs
PRODUCT_PACKAGES += \
SettingsOverlayGB17L \