summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* redbull: sepolicy: Add Google Camera sepolicyHEADv15.0Nolen Johnson2025-09-221-0/+5
| | | | Change-Id: I6aed9e65852875df380d781e4704232f4bcadb21
* redbull: sepolicy: Allow cameraserver to read more propertiesNolen Johnson2025-09-221-0/+2
| | | | Change-Id: I557b54790de6d1adec3847095c8045794870c0a6
* redbull: sepolicy: Label gralloc.qcom as same_process_hal_fileNolen Johnson2025-09-221-1/+1
| | | | Change-Id: Icaf41166fbed739233bcaad6402a69e389eb8977
* redbull: Remove userdebug/eng configurationMichael Bestas2025-09-224-258/+4
| | | | Change-Id: Ib41bb297a37783e677e04ed36d6518d0caec5b5d
* redbull: Migrate mount point creation out of AndroidBoard.mkMichael Bestas2025-09-221-0/+4
| | | | Change-Id: Id5986b8a740e45f864eecdd2bd82d9455f128d6b
* redbull: Migrate to AIDL LiveDisplay HALLuK13372025-09-115-14/+6
| | | | Change-Id: I4e8be836e94d442b40c63a1ac7dade3c9d9c784c
* redbull: Update display flags & packagesMichael Bestas2025-09-113-15/+6
| | | | | | Required after display HAL blueprint conversion Change-Id: Ifc4e10703d3424607b9dc8bcc8e417d1c88cc2f3
* redbull: sepolicy: fix denialSiluxsept2025-08-111-0/+2
| | | | | | * avc: denied { write } for name=statsdw dev=tmpfs ino=20274 scontext=u:r:hal_camera_default:s0 tcontext=u:object_r:statsdw_socket:s0 tclass=sock_file Change-Id: I0356eb3c843ae056bb797d380910de38ad67cc1d
* redbull: sepolicy: add missing file type / drop duplicate property contextsSiluxsept2025-08-102-5/+1
| | | | Change-Id: I7e576b735f02e5d498fb2b5bb3f790ded5c990bb
* redbull: disable artifact path requirementsSiluxsept2025-08-091-0/+2
| | | | Change-Id: I9d34d474d508179628982059b56b9eda0015acca
* redbull: drop obsolete manifest_omx referenceSiluxsept2025-08-091-4/+0
| | | | Change-Id: I638debac0467a7a3bcd1635e8910464e0ef9131e
* redbull: fix merge failSiluxsept2025-08-091-40/+0
| | | | Change-Id: I1429aa871d5f80bb7954c3545e83ac4a04cebda4
* Merge branch 'lineage-22.2' of ↵Siluxsept2025-08-09138-11467/+468
|\ | | | | | | | | | | https://github.com/LineageOS/android_device_google_redbull into HEAD Change-Id: Id1674e5642bd5911e86265679d8fcfe529eab5cc
| * redbull: Migrate Lineage Health to soong_config_setBruno Martins2025-05-092-5/+4
| | | | | | | | Change-Id: I2eff39e83b9673aa2989d05de65c646241ba61da
| * redbull: Migrate gralloc_handle_has_reserved_size to soong_config_setMichael Bestas2025-04-282-3/+3
| | | | | | | | Change-Id: I3aa081f081e41ba108ff91227409baad7f54d49c
| * redbull: Remove CleanSpec.mkMichael Bestas2025-04-061-61/+0
| | | | | | | | Change-Id: I6af355cfbfd5fc388ca25cd25cea9df9e74c41c3
| * redbull: Remove vendor RenderScript implementation.Alexander Koskovich2025-04-023-17/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | * RenderScript is deprecated on newer platforms and is being officially replaced. * On April 19, 2021, Google announced that RenderScript will be deprecated in Android 12, and recommended porting existing code to Vulkan. https://android-developers.googleblog.com/2021/04/android-gpu-compute-going-forward.html Change-Id: I19460ef266a646b046f1e7d2f0b4eab7c48ae536
| * fixup! Change TARGET_RECOVERY_UI_LIB to use fully qualified names in redbullMichael Bestas2025-03-171-1/+1
| | | | | | | | Change-Id: Ie0e77bd84e757593124a71ff34422ea682f595fb
| * Merge branch 'main' of ↵Michael Bestas2025-03-171-1/+1
| |\ | | | | | | | | | | | | | | | | | | | | | | | | https://android.googlesource.com/device/google/redbull into lineage-22.2 * 'main' of https://android.googlesource.com/device/google/redbull: Change TARGET_RECOVERY_UI_LIB to use fully qualified names in redbull Change-Id: Iea586e9d7070e2475a76385599c0ee0b8b9fbd4c
| | * Change TARGET_RECOVERY_UI_LIB to use fully qualified names in redbullNelson Li2024-12-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since the TARGET_RECOVERY_UI_LIB for each device is not exactly the same, and most of the modules in it contain `soong_namespace{}` to avoid conflicts between different devices, after converting `librecovery_ui_ext` from Android.mk to Android.bp, it needs to be changed to a `fully qualified name` in order to correctly use the corresponding module. Flag: EXEMPT refactor Bug: 339143524 Test: m -j librecovery_ui_ext Change-Id: Iee116ad6d0efe7fcc321ec9ecec49224b5ba19e2
| * | redbull: Update CHRE daemon nameMichael Bestas2025-03-122-2/+2
| | | | | | | | | | | | Change-Id: Ia1139714c5019684b1e62933fd34632aca2e02a7
| * | redbull: sepolicy: Add default permission for aidl hal_bootctlAnthony Adamo2025-03-021-0/+1
| | | | | | | | | | | | | | | | | | | | | add in default sepolicy configuration for aidl implementation of hal_bootctl Change-Id: I8bd86071dde93d8ed5ea41555b6d3ede9d434838
| * | redbull: Don't use BSG framework for gpt-utilsMichael Bestas2025-03-021-0/+2
| | | | | | | | | | | | Change-Id: Ia6e5d651560c8ae5186a48bfbb0e30b864150564
| * | redbull: switch to common QCOM AIDL bootctrl HALCosmin Tanislav2025-03-026-1822/+3
| | | | | | | | | | | | Change-Id: I04ab771d3b1c38b58913607fbff1bb3b55e1fe25
| * | redbull: sepolicy: Resolve sensors denialMichael Bestas2025-03-021-0/+1
| | | | | | | | | | | | Change-Id: Iff67084f813084d349292108940425390c6bbbdf
| * | redbull: Switch to AIDL health storage HALMichael Bestas2025-02-161-1/+1
| | | | | | | | | | | | Change-Id: I0ae30e7480c3249eb2c70c17c3388bc1ff06ae82
| * | redbull: Remove schedulerservice from device compatibility matrixRoopesh Nataraja2025-02-161-8/+0
| | | | | | | | | | | | | | | | | | | | | | | | android.frameworks.schedulerservice is deprecated and limited to max-level=5 in framework manifest. Hence, remove it from device compatibility matrix to allow super image generation. Change-Id: Icbeeeb07c9ba8c094a1c531e0a67bd1dbac8b926
| * | redbull: tetheroffload: Version 1.1Tyler Wear2025-02-161-1/+1
| | | | | | | | | | | | | | | | | | Update tetheroffload to version 1.1. Change-Id: I004e44e416a88a1b39a4c80366df9008722f096b
| * | redbull: Build ipacm from sourceMichael Bestas2025-02-161-1/+6
| | | | | | | | | | | | Change-Id: Idd905491177324f409e6c319aad99d61d59c0e42
| * | redbull: Don't override manifest target levelEdwin Moquete2025-02-162-2/+2
| | | | | | | | | | | | Change-Id: I8c61b55f8aadd4474a144af08e3f027171e064df
| * | redbull: Enable toggle support of Lineage Health HALkyasu2025-01-062-2/+7
| | | | | | | | | | | | Change-Id: I6d4ac302dd695df8fe33ccabc400a53bb83c4cc8
| * | redbull: Remove non existent soong namespacesMichael Bestas2025-01-061-35/+2
| | | | | | | | | | | | Change-Id: If0b86441d47da127e37aeed6fcd6cbfff656e3f8
| * | redbull: sepolicy: Add memtrack HALNaseer Ahmed2025-01-061-0/+1
| | | | | | | | | | | | Change-Id: I96aba595b174dcdf8949e17cd13f97d1c76af1d4
| * | redbull: Switch to QTI Memtrack AIDL HALYumi Yukimura2025-01-062-13/+1
| | | | | | | | | | | | Change-Id: Ibcbaff02fd56fbccc3a88c01a5f46a89cb212ef5
| * | redbull: Remove OMX leftoversMichael Bestas2025-01-057-502/+0
| | | | | | | | | | | | Change-Id: Ib85abaf3215d278ae12e54001964583062299f7b
| * | redbull: sepolicy: Don't audit hal_gnss_qti reading xtra-daemon control propertyYumi Yukimura2024-12-231-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Silences the following SELinux denial: [ 13.227324] type=1400 audit(1696156342.168:13): avc: denied { read } for comm="Loc_hal_worker" name="u:object_r:xtra_control_prop:s0" dev="tmpfs" ino=15652 scontext=u:r:hal_gnss_qti:s0 tcontext=u:object_r:xtra_control_prop:s0 tclass=file permissive=0 Reason for silence instead of allow: Refer to comments on https://review.lineageos.org/c/LineageOS/android_device_lineage_sepolicy/+/367498 Change-Id: I13bae97a1d555c4c489f4856f554c1d04f29ebd0
| * | redbull: sepolicy: Resolve AOSP WiFi HAL denialsMichael Bestas2024-12-232-0/+13
| | | | | | | | | | | | | | | | | | Adapted from hal_wifi_ext rules Change-Id: Ie2d634a85204de78b0c3f1729b2deb709be01449
| * | redbull: sepolicy: Move ECOService labels to devicesMichael Bestas2024-12-232-3/+0
| | | | | | | | | | | | | | | | | | bramble/redfin use vndbinder while barbet uses binder Change-Id: Icc36f639613d7c271268bcc712040525f6429de5
| * | Merge branch 'main' of ↵Michael Bestas2024-12-111-1/+1
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://android.googlesource.com/device/google/redbull-sepolicy into lineage-22.0 * 'main' of https://android.googlesource.com/device/google/redbull-sepolicy: Exclude coredomain access from hal_fingerprint Change-Id: Id93563af931d7f202c726fe71cbf26470260fb54
| | * \ Merge 24Q3 to AOSP mainXin Li2024-09-051-0/+1
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 357762254 Merged-In: I77c64e865f68f9fb86eac85e8798fc7ec8aa2d6d Change-Id: I2f47947c0e99f96b84b5fe924cfd02ed17737cf4
| | | * \ Exclude coredomain access from hal_fingerprint am: 82f1c0f741Jeff Pu2024-09-051-1/+1
| | | |\ \ | | | |/ / | | |/| | | | | | | | | | | | | | | | | | | | | | Original change: https://android-review.googlesource.com/c/device/google/redbull-sepolicy/+/3256896 Change-Id: I71b54964b5c3c6b1830d6cc158bb3dba0c87b437 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
| | * | | Exclude coredomain access from hal_fingerprintJeff Pu2024-09-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 326227403 Test: manual (build target aosp_cf_x86_64_phone-trunk_staging-eng) Change-Id: I3d4acc283fc14964e10c93a0bbf496791d30966e
| | | * | Merge 24Q3 (ab/11976889) to aosp-main-futureXin Li2024-06-181-0/+1
| | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 347831320 Merged-In: I77c64e865f68f9fb86eac85e8798fc7ec8aa2d6d Change-Id: Ib599893efd3c782dfea5686d4c83370b3aaca0fa
| | | * \ \ [automerger skipped] Merge Android 14 QPR3 to AOSP main am: 9512c1724c -s oursXin Li2024-06-170-0/+0
| | | |\ \ \ | | | |/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | am skip reason: Merged-In I6b0728bd7928fe8fb4840fac5d790bc9f1c00f8c with SHA-1 9bca45b0d2 is already in history Original change: https://android-review.googlesource.com/c/device/google/redbull-sepolicy/+/3132275 Change-Id: I02eb671425f56c15028753867fac2c74f1e77f21 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
| | * | | | Merge Android 14 QPR3 to AOSP mainXin Li2024-06-136-2/+5
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 346855327 Merged-In: I6b0728bd7928fe8fb4840fac5d790bc9f1c00f8c Change-Id: Idb192b0abdc5ac476ff90aa6a377480671ab7260
| * | | | | Merge branch 'main' of ↵Michael Bestas2024-12-110-0/+0
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://android.googlesource.com/device/google/redbull into lineage-22.0 * 'main' of https://android.googlesource.com/device/google/redbull: Revert "Remove "libjson" Android.mk" Remove "libjson" Android.mk Change-Id: I174881a01451691e6e7338ec2cdcd5b160ed6906
| | * | | | Merge 24Q3 to AOSP mainXin Li2024-09-053-4/+17
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 357762254 Merged-In: I2861e1c4b67333c528d65678bb3c33d75b569e70 Change-Id: I679a284403c79d6b72b03f135ec0ef49f25a9600
| | | * \ \ \ Merge "Revert "Remove "libjson" Android.mk"" into main am: 56d82ea74fLiana Kazanova2024-07-082-0/+43
| | | |\ \ \ \ | | | |/ / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Original change: https://android-review.googlesource.com/c/device/google/redbull/+/3162038 Change-Id: I9d1d5304448662c88a71d9466ca351779d36cbc3 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
| | * | | | | Merge "Revert "Remove "libjson" Android.mk"" into mainLiana Kazanova2024-07-082-0/+43
| | |\ \ \ \ \
| | | * | | | | Revert "Remove "libjson" Android.mk"ELIYAZ MOMIN2024-07-082-0/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 5bc0f6819bf9b720dfe98bd43d2ca00833b4ecdc. Reason for revert: b/351134318 - Breaks aosp_barbet on AOSP phone branch. Barbet is not EOL for another month for AOSP. Change-Id: I257755263d912a85d968fbaf49d518ec556cf026