DeviceAsWebcam: Add overlays for physical camera id am: ad13acc5a6
Original change: https://googleplex-android-review.googlesource.com/c/device/google/pantah/+/23337777 Change-Id: I1a597e83abc4df917657d3deb86374551a3cbd32 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
1f6a894ef1
10 changed files with 52 additions and 0 deletions
10
cheetah/overlay_packages/DeviceAsWebcamCheetah/Android.bp
Normal file
10
cheetah/overlay_packages/DeviceAsWebcamCheetah/Android.bp
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
package {
|
||||||
|
default_applicable_licenses: ["Android-Apache-2.0"],
|
||||||
|
}
|
||||||
|
|
||||||
|
runtime_resource_overlay {
|
||||||
|
name: "DeviceAsWebcamCheetah",
|
||||||
|
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
cheetah/overlay_packages/DeviceAsWebcamCheetah/OWNERS
Normal file
1
cheetah/overlay_packages/DeviceAsWebcamCheetah/OWNERS
Normal file
|
@ -0,0 +1 @@
|
||||||
|
include platform/frameworks/av:/camera/OWNERS
|
|
@ -0,0 +1 @@
|
||||||
|
{"0": {"3" : "UW"}}
|
|
@ -321,6 +321,10 @@ PRODUCT_PACKAGES += \
|
||||||
NoCutoutOverlay \
|
NoCutoutOverlay \
|
||||||
AvoidAppsInCutoutOverlay
|
AvoidAppsInCutoutOverlay
|
||||||
|
|
||||||
|
# Android DeviceAsWebcam specific overlay
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
DeviceAsWebcamCheetah
|
||||||
|
|
||||||
# SKU specific RROs
|
# SKU specific RROs
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
SettingsOverlayGFE4J \
|
SettingsOverlayGFE4J \
|
||||||
|
|
|
@ -307,6 +307,10 @@ PRODUCT_PACKAGES += \
|
||||||
NoCutoutOverlay \
|
NoCutoutOverlay \
|
||||||
AvoidAppsInCutoutOverlay
|
AvoidAppsInCutoutOverlay
|
||||||
|
|
||||||
|
# Android DeviceAsWebcam specific overlay
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
DeviceAsWebcamPanther
|
||||||
|
|
||||||
# SKU specific RROs
|
# SKU specific RROs
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
SettingsOverlayG03Z5 \
|
SettingsOverlayG03Z5 \
|
||||||
|
|
10
panther/overlay_packages/DeviceAsWebcamPanther/Android.bp
Normal file
10
panther/overlay_packages/DeviceAsWebcamPanther/Android.bp
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
package {
|
||||||
|
default_applicable_licenses: ["Android-Apache-2.0"],
|
||||||
|
}
|
||||||
|
|
||||||
|
runtime_resource_overlay {
|
||||||
|
name: "DeviceAsWebcamPanther",
|
||||||
|
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
panther/overlay_packages/DeviceAsWebcamPanther/OWNERS
Normal file
1
panther/overlay_packages/DeviceAsWebcamPanther/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