DeviceAsWebcam: Add overlays for physical camera id am: e3669c9af9
Original change: https://googleplex-android-review.googlesource.com/c/device/google/raviole/+/23440720 Change-Id: Ia535124ecbce6198b121640bd54a0fe25d5a0ff4 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
eccc5e4768
10 changed files with 52 additions and 0 deletions
|
@ -193,6 +193,10 @@ PRODUCT_PACKAGES += \
|
||||||
NoCutoutOverlay \
|
NoCutoutOverlay \
|
||||||
AvoidAppsInCutoutOverlay
|
AvoidAppsInCutoutOverlay
|
||||||
|
|
||||||
|
# Android DeviceAsWebcam specific overlay
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
DeviceAsWebcamOriole
|
||||||
|
|
||||||
# SKU specific RROs
|
# SKU specific RROs
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
SettingsOverlayGR1YH \
|
SettingsOverlayGR1YH \
|
||||||
|
|
|
@ -205,6 +205,10 @@ PRODUCT_PACKAGES += \
|
||||||
NoCutoutOverlay \
|
NoCutoutOverlay \
|
||||||
AvoidAppsInCutoutOverlay
|
AvoidAppsInCutoutOverlay
|
||||||
|
|
||||||
|
# Android DeviceAsWebcam specific overlay
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
DeviceAsWebcamRaven
|
||||||
|
|
||||||
# Fingerprint antispoof property
|
# Fingerprint antispoof property
|
||||||
PRODUCT_PRODUCT_PROPERTIES +=\
|
PRODUCT_PRODUCT_PROPERTIES +=\
|
||||||
persist.vendor.fingerprint.disable.fake.override=none
|
persist.vendor.fingerprint.disable.fake.override=none
|
||||||
|
|
10
oriole/overlay_packages/DeviceAsWebcamOriole/Android.bp
Normal file
10
oriole/overlay_packages/DeviceAsWebcamOriole/Android.bp
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
package {
|
||||||
|
default_applicable_licenses: ["Android-Apache-2.0"],
|
||||||
|
}
|
||||||
|
|
||||||
|
runtime_resource_overlay {
|
||||||
|
name: "DeviceAsWebcamOriole",
|
||||||
|
certificate: "platform",
|
||||||
|
product_specific: true,
|
||||||
|
sdk_version: "current",
|
||||||
|
}
|
|
@ -0,0 +1,10 @@
|
||||||
|
<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
oriole/overlay_packages/DeviceAsWebcamOriole/OWNERS
Normal file
1
oriole/overlay_packages/DeviceAsWebcamOriole/OWNERS
Normal file
|
@ -0,0 +1 @@
|
||||||
|
include platform/frameworks/av:/camera/OWNERS
|
|
@ -0,0 +1 @@
|
||||||
|
{"0": {"3" : "UW"}}
|
10
raven/overlay_packages/DeviceAsWebcamRaven/Android.bp
Normal file
10
raven/overlay_packages/DeviceAsWebcamRaven/Android.bp
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
package {
|
||||||
|
default_applicable_licenses: ["Android-Apache-2.0"],
|
||||||
|
}
|
||||||
|
|
||||||
|
runtime_resource_overlay {
|
||||||
|
name: "DeviceAsWebcamRaven",
|
||||||
|
certificate: "platform",
|
||||||
|
product_specific: true,
|
||||||
|
sdk_version: "current",
|
||||||
|
}
|
|
@ -0,0 +1,10 @@
|
||||||
|
<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
raven/overlay_packages/DeviceAsWebcamRaven/OWNERS
Normal file
1
raven/overlay_packages/DeviceAsWebcamRaven/OWNERS
Normal file
|
@ -0,0 +1 @@
|
||||||
|
include platform/frameworks/av:/camera/OWNERS
|
|
@ -0,0 +1 @@
|
||||||
|
{"0": {"3" : "UW"}}
|
Loading…
Add table
Add a link
Reference in a new issue