Merge "Revert "DeviceAsWebcam: Add overlays for physical camera id"" into udc-qpr-dev am: eb91bc0b4a
Original change: https://googleplex-android-review.googlesource.com/c/device/google/bluejay/+/24737613 Change-Id: Ic0c7d735bac036e5493f640ba742e10c79f594a4 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
16f80d40da
5 changed files with 0 additions and 28 deletions
|
@ -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",
|
|
||||||
}
|
|
|
@ -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>
|
|
|
@ -1 +0,0 @@
|
||||||
include platform/frameworks/av:/camera/OWNERS
|
|
|
@ -1 +0,0 @@
|
||||||
{"0": {"3" : "UW"}}
|
|
|
@ -194,11 +194,6 @@ PRODUCT_PACKAGES += \
|
||||||
NoCutoutOverlay \
|
NoCutoutOverlay \
|
||||||
AvoidAppsInCutoutOverlay
|
AvoidAppsInCutoutOverlay
|
||||||
|
|
||||||
|
|
||||||
# Android DeviceAsWebcam specific overlay
|
|
||||||
PRODUCT_PACKAGES += \
|
|
||||||
DeviceAsWebcamBluejay
|
|
||||||
|
|
||||||
# SKU specific RROs
|
# SKU specific RROs
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
SettingsOverlayGB17L \
|
SettingsOverlayGB17L \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue