Revert "DeviceAsWebcam: Add overlays for physical camera id" am: ad76abb672 am: 5601330b4a

Original change: https://googleplex-android-review.googlesource.com/c/device/google/pantah/+/24624041

Change-Id: I43cc91a6d216757f9545e62acb6960c42b93176d
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Jayant Chowdhary 2023-09-13 01:23:37 +00:00 committed by Automerger Merge Worker
commit 22dd7fcc62
10 changed files with 0 additions and 52 deletions

View file

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

View file

@ -1,10 +0,0 @@
<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

@ -321,10 +321,6 @@ PRODUCT_PACKAGES += \
NoCutoutOverlay \
AvoidAppsInCutoutOverlay
# Android DeviceAsWebcam specific overlay
PRODUCT_PACKAGES += \
DeviceAsWebcamCheetah
# SKU specific RROs
PRODUCT_PACKAGES += \
SettingsOverlayGFE4J \

View file

@ -307,10 +307,6 @@ PRODUCT_PACKAGES += \
NoCutoutOverlay \
AvoidAppsInCutoutOverlay
# Android DeviceAsWebcam specific overlay
PRODUCT_PACKAGES += \
DeviceAsWebcamPanther
# SKU specific RROs
PRODUCT_PACKAGES += \
SettingsOverlayG03Z5 \

View file

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

View file

@ -1,10 +0,0 @@
<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