Commit graph

31 commits

Author SHA1 Message Date
Treehugger Robot
b052d5ca55 Merge "Enable GSC support" into udc-qpr-dev 2023-07-17 07:43:51 +00:00
Jerry Pai
fce9c61d9c Revert "Revert "Re-enable trusty for udfps.""
This reverts commit 883fbbb0ed.

Reason for revert: make udfps work when trusty is ready

Bug: 288807909
Change-Id: Iee6c2b96212539ebc235e18b3a762023ed7c572e
2023-07-10 12:01:20 +08:00
Chungjui Fan
f08dbcf3f6 Enable GSC support
Bug: 289544320
Change-Id: If8bd2668cc3397a0511ffad5b2b5dd85f86de95b
Signed-off-by: Chungjui Fan <chungjuifan@google.com>
2023-07-07 02:29:49 +00:00
Chengyou Ho
c4f8e32d0c Merge "device.mk: add misc_writer" into udc-qpr-dev 2023-07-05 14:48:50 +00:00
Andrew Chant
883fbbb0ed Revert "Re-enable trusty for udfps."
This reverts commit a6ae8a7047.

Bug: 288807909
Change-Id: Ic82093a913ce2974412c5086b32703eaf8da1f70
2023-06-30 06:25:55 +00:00
ChengYou Ho
4dc65b84b2 device.mk: add misc_writer
Bug: 285803498
Bug: 271950369
Change-Id: I22e53a1acfd5feb5a732aece0e34cd79b16d1030
2023-06-29 22:06:58 +00:00
Albert Chen
6aac6d1df9 Disable confirmationui to fix build.
Bug: 288316371
Test: Compiles.
Change-Id: I4afdef73022aa98482abdab2c7b68bf989cbe900
2023-06-21 21:19:17 +00:00
Albert Chen
496a920a58 Merge "Re-enable trusty for udfps." into udc-qpr-dev 2023-06-21 03:41:36 +00:00
Albert Chen
a6ae8a7047 Re-enable trusty for udfps.
Test: Compile and verify that trusty is running.
Bug: 286442693
Change-Id: Ib2f7e9236c7cf49a3dd53611407c0866cf457c74
2023-06-20 19:46:55 +00:00
joeshih
332e27a269 [SEPolicy]Change to gs-common.
Bug: 287167439
Test: Forrest buld to verify pass.
Change-Id: I2232f68d1023a67dd5f39904e7e792744b0ab802
2023-06-17 16:49:17 +08:00
Robin Peng
af7f2be4aa DO NOT MERGE - Revert "device.mk: add gpu_probe service."
This reverts commit 6265972e87.

Reason for revert: fix build broken on udc-qpr-dev

Bug: 272725898
Change-Id: Iaed21906479cb2de3926ce1d170750b74138762b
2023-05-24 16:10:59 +00:00
Treehugger Robot
2ca8386110 Merge "device.mk: add gpu_probe service." 2023-05-22 18:46:42 +00:00
Siddharth Kapoor
f2a031816b Set ro.hardware.egl
ro.hardware.egl is currently not set, libEGL loader is finding libGLES_mali.so Graphics driver by trying wildcard matching.
Fix this by setting ro.hardware.egl=mali

Bug: 282832873
Change-Id: I7764eef1c847568614488d6334057bd7e7a0c525
Signed-off-by: Siddharth Kapoor <ksiddharth@google.com>
2023-05-16 03:55:30 +00:00
Renato Grottesi
49b952f270 Merge "Update ArmNN variable name" 2023-05-15 10:55:31 +00:00
Krzysztof Kosiński
751069c1b4 Remove references to removed files and variables.
Camera driver config was moved to device/google/gs-common.

Bug: 280124102
Test: presubmit
Change-Id: Id2c60680c9eb277c198c7ec46d0be1062339ad44
2023-05-12 07:02:25 +00:00
Renato Grottesi
7e5bf6c57f Update ArmNN variable name
Bug: 278832962
Test: local testing
Change-Id: I8effa789bfafb3d538057ab4e35e9d140a886a70
2023-05-11 10:59:49 +00:00
Robin Peng
a752b835eb Revert "zumapro: Disable vendor/arm/mali/valhall soong namespace"
This reverts commit 387524b116.

Reason for revert: issue has been fixed by b/279945833

Change-Id: I33fe5c27f013a0bb7a02db5cff6d8e6cec829973
2023-05-10 10:39:01 +00:00
Robin Peng
387524b116 zumapro: Disable vendor/arm/mali/valhall soong namespace
switch from source build to prebuilds

Bug: 274823764
Bug: 279945833
Change-Id: I7a2cf687ec4e6e6a229aa34933c8b9acb6db2488
2023-05-01 10:04:22 +00:00
Kyle Zhang
342e014a37 Merge "Move Widevine drm to gs-common" 2023-04-27 21:21:11 +00:00
Robin Peng
c01e49302b add init.recovery.zuma.rc for zuma platform
Bug: 274823764
Change-Id: I6d856ca96c4f4a6fc340a81ded6982054392fb92
2023-04-27 11:38:33 +00:00
Robin Peng
63d759fd29 add fstab for zuma platform
Bug: 274823764
Change-Id: I121a1434a5e4eb764f07003a40a58926d6525932
2023-04-27 11:37:44 +00:00
Andrew Chant
400e773e10 zumapro: really disable trusty
Disable more trusty/trustedui targets.
Bug: 279647242

Change-Id: I62c40a9d08b050fe0effb662f260372ee065e5a6
2023-04-25 19:28:00 -07:00
Andrew Chant
d091e65638 Disable GSC/Trusty/UFS encryption for bringup
Get 6.1 to home again
Bug: 279647242

Change-Id: I89ecb49eb62df10e4bdae4911cb2bf9051d98f4b
2023-04-25 14:31:31 -07:00
Kevin DuBois
6265972e87 device.mk: add gpu_probe service.
Adds a service that uploads gpu counter data to Perfetto.
Service must be started via "start gpu_probe" and the Perfetto config
must request counters via "gpu.counters".

Bug: 26766418
Test: see perfetto events produced with this service.
Change-Id: I40c3152138bd3eb8252741e187586379ce659ac6
2023-04-24 23:25:47 +00:00
Kyle Zhang
f997625fac Move Widevine drm to gs-common
Bug: 277764729
Change-Id: I5ca57bc83b98204a2efe7d382b7900197ae1640a
2023-04-21 17:43:37 +00:00
Robin Peng
8315164cc6 Temporary use use displaycolor_platform from zuma
error: vendor/google/gs/display/displaycolor/lib/Android.bp:103:1: module "displaycolor_platform_defaults": Soong config property "displaycolor_platform" must be one of [gs101 gs201 zuma], found "zumapro"

Bug: 272725898
Change-Id: I21a218bcd06d38135f534c0c9a4fa194f12f45e3
2023-04-10 10:23:32 +00:00
Robin Peng
aa28f5c92d Temporary use use lyric from zuma
error: vendor/google/services/LyricCameraHAL/src/Android.bp:25:1: module "lyric_device_specific_enable_default": Soong config property "soc" must be one of [gs101 gs201 zuma], found "zumapro"
error: vendor/google/camera/Android.bp:159:1: module "liblyric_iq.private_protos_srcs": Soong config property "soc" must be one of [gs101 gs201 zuma], found "zumapro"
error: vendor/google/services/LyricCameraHAL/src/Android.bp:482:1: module "lyric_zuma_cc_test_defaults": Soong config property "soc" must be one of [gs101 gs201 zuma], found "zumapro"

Bug: 272725898
Change-Id: I411c1fd8977d9d5f2d8eb8efaab61937e0657155
2023-04-10 10:22:43 +00:00
Robin Peng
210bc96ba6 Temporary use use google3a_config from zuma
error: vendor/google/camera/google_3a/libs_v3/Android.bp:22:1: module "spectral_sensor_srcs_config": Soong config property "soc" must be one of [gs101 gs201 zuma], found "zumapro"
error: vendor/google/camera/google_3a/tools/gHAWB/libs_v4/Android.bp:14:1: module "libg3a.awb.tuning.tool.device_config": Soong config property "soc" must be one of [gs101 gs201 zuma], found "zumapro"
error: vendor/google/camera/google_3a/libs_v4/gABC/Android.bp:17:1: module "libg3a.abc.soc_module_libs": Soong config property "soc" must be one of [gs101 gs201 zuma], found "zumapro"
error: vendor/google/camera/google_3a/libs_v4/gHAWB/Android.bp:14:1: module "libg3a.awb.soc_config": Soong config property "soc" must be one of [gs101 gs201 zuma], found "zumapro"
error: vendor/google/camera/google_3a/libs_v4/gASD/Android.bp:14:1: module "libg3a.asd.soc_config": Soong config property "soc" must be one of [gs101 gs201 zuma], found "zumapro"
error: vendor/google/camera/google_3a/libs_v4/gafd/Android.bp:22:1: module "libg3a.afd.device_config": Soong config property "soc" must be one of [gs101 gs201 zuma], found "zumapro"
error: vendor/google/camera/common/google3a/coordinator/Android.bp:115:1: module "libg3a.tuning.soc_config": Soong config property "soc" must be one of [gs101 gs201 zuma], found "zumapro"

Bug: 272725898
Change-Id: I5dffda3bf6871be31f8a152b98ec09f94572fa23
2023-04-10 10:21:14 +00:00
Robin Peng
3b14d5b2ed Temporary use hardware/google/graphics/zuma
FAILED: ninja: 'out/target/product/ripcurrentpro/obj/SHARED_LIBRARIES/libacryl_hdr_plugin_intermediates/libacryl_hdr_plugin.so.toc', needed by 'out/target/product/ripcurrentpro/obj/SHARED_LIBRARIES/libacryl_intermediates/LINKE
D/libacryl.so', missing and no known rule to make it

Bug: 272725898
Change-Id: I41273885cfac0f581ee42094f036112be96147eb
2023-04-10 10:20:21 +00:00
Robin Peng
b3b999c4d8 Temporary set TARGET_BOARD_PLATFORM as zuma
error: vendor/google/media/bigwave/Android.bp:57:1: module "bigw_defaults": Soong config property "soc" must be one of [zuma], found "zumapro"
error: vendor/google/whitechapel/aoc/Android.bp:82:1: module "aoc_defaults": Soong config property "target_soc" must be one of [gs101 gs201 zuma], found "zumapro"
error: vendor/google/sensors/usf/Android.bp:68:1: module "usf_pal_config": Soong config property "target_soc" must be one of [gs101 gs201 zuma], found "zumapro"
error: hardware/google/gchips/gralloc4/Android.bp:75:1: module "arm_gralloc_defaults": Soong config property "soc" must be one of [gs101 gs201 zuma], found "zumapro"
error: vendor/google/whitechapel/aoc/Android.bp:244:1: module "aocd_rc_defaults": Soong config property "target_soc" must be one of [gs101 gs201 zuma], found "zumapro"
error: vendor/arm/mali/valhall/Android.bp:650:1: module "clcc1": Soong config property "soc" must be one of [gs101 gs201 zuma], found "zumapro"

Bug: 272725898
Change-Id: I7f5b1ce2db3ce8ab930bf83a182a7a689960f62d
2023-04-10 10:17:51 +00:00
Robin Peng
dec234f475 init zumapro from zuma sha 4daedb8feb4d4
Bug: 272725898
Change-Id: I1e1ab5d15e7f4b2b59e28f2e52e07cd7e12f25b3
2023-03-31 15:10:16 +00:00