Snap for 10296703 from e3669c9af9
to udc-qpr1-release
Change-Id: I67593d2d576e977100c4e6ad065d5e97140dc79c
This commit is contained in:
commit
12c6f13cb4
10 changed files with 52 additions and 0 deletions
|
@ -193,6 +193,10 @@ PRODUCT_PACKAGES += \
|
|||
NoCutoutOverlay \
|
||||
AvoidAppsInCutoutOverlay
|
||||
|
||||
# Android DeviceAsWebcam specific overlay
|
||||
PRODUCT_PACKAGES += \
|
||||
DeviceAsWebcamOriole
|
||||
|
||||
# SKU specific RROs
|
||||
PRODUCT_PACKAGES += \
|
||||
SettingsOverlayGR1YH \
|
||||
|
|
|
@ -205,6 +205,10 @@ PRODUCT_PACKAGES += \
|
|||
NoCutoutOverlay \
|
||||
AvoidAppsInCutoutOverlay
|
||||
|
||||
# Android DeviceAsWebcam specific overlay
|
||||
PRODUCT_PACKAGES += \
|
||||
DeviceAsWebcamRaven
|
||||
|
||||
# Fingerprint antispoof property
|
||||
PRODUCT_PRODUCT_PROPERTIES +=\
|
||||
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