summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-10-20hikey/hikey960: Update vendor-package to 20221011 release am: b9e273a190main-16kAmit Pundir
Original change: https://android-review.googlesource.com/c/device/linaro/hikey/+/2260262 Change-Id: I4fca2da6fd5af7b81b8f0a00e36b951078ea7ea5 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-10-18hikey/hikey960: Update vendor-package to 20221011 releaseAmit Pundir
No functional changes. Updating to the 20221011 version release to keep in sync with the dragonboard vendor-package version updates. Also removed a warning (which should have been an "info" rather than a "warning" to begin with) from device-common.mk, because it creates un-necessary confusion during build time. Update to the 20221011 release, which: * Copy RB5 WiFi-BT firmware files to vendor-ramdisk.img to drop the dependency on user sysfs fw loader helper (FW_LOADER_USER_HELPER_FALLBACK). * Update mesa prebuilt binaries to upstream commit 55f6a2bb51a1 ("gallium: normalized_coords -> unnormalized_coords"). Note: mesa/main build, however, is broken due to deprecated libbacktrace in AOSP https://gitlab.freedesktop.org/mesa/mesa/-/issues/7465 vendor-package binary: https://releases.linaro.org/android/aosp-linaro-vendor-package/extract-linaro_devices-20221011.tgz vendor-package source: https://gitlab.com/LinaroLtd/linaro-aosp/linaro-vendor-package/-/commits/master Signed-off-by: Amit Pundir <amit.pundir@linaro.org> Change-Id: I3b790719605a2779afb8e55fc4f4a206602a654d
2022-10-10product.prop: Use the ?= operator so BT properties can be overridden am: ↵Amit Pundir
f7f8d93f06 Original change: https://android-review.googlesource.com/c/device/linaro/hikey/+/2239479 Change-Id: I12f60c54310f192dc9447f3c804d3cd75b95c152 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-10-10product.prop: Update bluetooth properties am: f707942776Amit Pundir
Original change: https://android-review.googlesource.com/c/device/linaro/hikey/+/2238538 Change-Id: I18c602e292fb9135ccc1bfa9310f6fdad0070f6e Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-10-10common.kl: Use frameworks/base/data/keyboards/Generic.kl instead am: 9441a3a525Amit Pundir
Original change: https://android-review.googlesource.com/c/device/linaro/hikey/+/2238398 Change-Id: If20c0f603656dc78c8a6b30cf69cf981565edbba Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-10-07product.prop: Use the ?= operator so BT properties can be overriddenAmit Pundir
System properties set with the "=" operator cannot be overriden. This device is used elsewhere in the system and some of the properties need to be overridden. The "?=" operator will use the assigned value if no other values are assigned elsewhere, allowing for overrides. Copied from Coral. Signed-off-by: Amit Pundir <amit.pundir@linaro.org> Change-Id: I94f12152e778531525e7cdc6b0c9f835b9f665e4
2022-10-07product.prop: Update bluetooth propertiesAmit Pundir
Set default Bluetooth class of device and update LE Audio profile properties to match spec and implementation. Copied from Cuttlefish. Signed-off-by: Amit Pundir <amit.pundir@linaro.org> Change-Id: Ic8a85d55888ecf7eeb24cd0c9d604d0d43a58ebc
2022-10-07common.kl: Use frameworks/base/data/keyboards/Generic.kl insteadAmit Pundir
Delete common.kl and use upstream generic keylayout from frameworks/base/data/keyboards/Generic.kl, instead of maintaining an out dated keylayout locally. Signed-off-by: Amit Pundir <amit.pundir@linaro.org> Change-Id: I630e670de262b2fc5f859dcd382d587e846d51c5
2022-10-06manifest.xml: drop settings for android.hardware.broadcastradio am: 1b16de2f43Yongqin Liu
Original change: https://android-review.googlesource.com/c/device/linaro/hikey/+/2238430 Change-Id: Ia11539e50ba939fa8125438648074c001de3f1cc Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-10-06manifest.xml: drop settings for android.hardware.broadcastradioYongqin Liu
as it seems not fully configured, and cause build errors like the following now: [ 85% 46356/54295] Install out/host/linux-x86/bin/checkvintf [ 85% 46357/54295] build out/target/product/hikey960/obj/PACKAGING/check_vintf_all_intermediates/check_vintf_vendor.log FAILED: out/target/product/hikey960/obj/PACKAGING/check_vintf_all_intermediates/check_vintf_vendor.log /bin/bash -c "( out/host/linux-x86/bin/checkvintf --check-one --dirmap /vendor:out/target/product/hikey960/vendor --property ro.boot.product.vendor.sku= > out/target/product/hikey960/obj/PACKAGING/check_vintf_all_intermediates/check_vintf_vendor.log 2>&1 ) || ( cat out/target/product/hikey960/obj/PACKAGING/check_vintf_all_intermediates/check_vintf_vendor.log && exit 1 )" Checking vendor manifest. getDeviceHalManifest: Reading VINTF information. Sysprop ro.boot.product.vendor.sku= Fetch 'out/target/product/hikey960/vendor/etc/vintf/manifest.xml': OK getDeviceHalManifest: status from fetching VINTF information: -22 getDeviceHalManifest: -22 VINTF parse error: Illformed file: /vendor/etc/vintf/manifest.xml: Could not parse element with name <hal> in element <manifest>: <hal> android.hardware.broadcastradio has no instance. Fix by adding <fqname>. ERROR: Cannot fetch vendor manifest. Checking vendor matrix. getDeviceCompatibilityMatrix: Reading VINTF information. Fetch 'out/target/product/hikey960/vendor/etc/vintf/compatibility_matrix.xml': OK getDeviceCompatibilityMatrix: Successfully processed VINTF information Test: build & boot test with hikey/hikey960 droid builds Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org> Change-Id: Iea64d64b848371b59b10f5da03aee71567d7901e
2022-08-17init.common.rc: Use Supplicant AIDL interfaceAmit Pundir
Otherwise we run into following error on post Android 13 builds: "init: Control message: Could not find \ 'aidl/android.hardware.wifi.supplicant.ISupplicant/default' \ for ctl.interface_start from pid: 322 (/system/bin/servicemanager)" Signed-off-by: Amit Pundir <amit.pundir@linaro.org> Change-Id: Ib73738bbc5fb6665e68237502d9128ccee85315d
2022-08-15DO NOT MERGE - Merge Android 13Xin Li
Bug: 242648940 Merged-In: Ifae54924e2e2b6cf8fc04cb1aa6b20a619af916a Change-Id: Iea3d89b81eb039276825035ea5e177973867533c
2022-08-08Merge "Remove stale SYSTEM_ROOT_IMAGE board config for old kernels" am: ↵temp_sam_242648940Treehugger Robot
59d1eb18e3 Original change: https://android-review.googlesource.com/c/device/linaro/hikey/+/2176482 Change-Id: Ia2395bf9ce9902b8eaa0723e3ea63c7b8db5a167 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-08-08Merge "Remove stale SYSTEM_ROOT_IMAGE board config for old kernels"Treehugger Robot
2022-08-05Remove stale SYSTEM_ROOT_IMAGE board config for old kernelsYi-Yo Chiang
BOARD_BUILD_SYSTEM_ROOT_IMAGE is deprecated config which should no longer be used. These configs apply to kernel that's *not* 4.14 nor 4.19. The only kernel prebuilt checked in are 4.14 and 4.19, so just remove these. Bug: 241355870 Test: presubmit Change-Id: Ifae54924e2e2b6cf8fc04cb1aa6b20a619af916a
2022-08-05Remove AVB 1.0 configs for dm-verity am: f3866eeaa6hungweichen
Original change: https://android-review.googlesource.com/c/device/linaro/hikey/+/2173783 Change-Id: I80e938ac6ddbba1f018a1f05f97004e5a705bb2e Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-08-03Remove AVB 1.0 configs for dm-verityhungweichen
AVB 1.0 related sources on the device have been removed in commit Ibfb46aa6c2f761dbb3a9b5f0b16336e510417620. This change removes the related configs. Bug: 241044073 Change-Id: I7303fda0203316a81d8b2d12f9845cbc48cb7cbf
2022-07-28hikey/hikey960: Update vendor-package to 20220726 release am: b98d75cb39Amit Pundir
Original change: https://android-review.googlesource.com/c/device/linaro/hikey/+/2162380 Change-Id: Iaf3c7a69479503bd791d563cbbc1529a017c9b66 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-07-26hikey/hikey960: Update vendor-package to 20220726 releaseAmit Pundir
The 20220726 release fixes the recent AOSP build failures due to usage of deprecated "notice:" property in the vendor-package Android.bp files. vendor-package binary: https://releases.linaro.org/android/aosp-linaro-vendor-package/extract-linaro_devices-20220726.tgz vendor-package source: https://gitlab.com/Linaro/linaro-aosp/linaro-vendor-package/-/commits/master/ Signed-off-by: Amit Pundir <amit.pundir@linaro.org> Change-Id: I6d07eb42dcba90c8f0751dd9f054719085b4aa71
2022-07-14macro argument should be enclosed in parentheses am: 7dc4b7a4afYi Kong
Original change: https://android-review.googlesource.com/c/device/linaro/hikey/+/2154493 Change-Id: I2c0f29edc703592243c7d0521b379297020bb446 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-07-15macro argument should be enclosed in parenthesesYi Kong
Test: presubmit Bug: 236798112 Change-Id: Iffeb9ecdd83ff927a47464ff693a62e715fab19f
2022-07-07fetch-vendor-package.sh: Remove the older vendor-package am: 815210a13aAmit Pundir
Original change: https://android-review.googlesource.com/c/device/linaro/hikey/+/2146079 Change-Id: Idb7e0f57c9a4df0caee818197c41396908380ba6 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-07-05fetch-vendor-package.sh: Remove the older vendor-packageAmit Pundir
Remove the older Linaro vendor-package, if any, before downloading/installing the new package. Because upstream mesa prebuilts in vendor-package ain't declared within a contained namespace and we can run into build errors because of redefinition of mesa prebuilt modules from the previous vendor-package. This is hopefully a temporary workaround while we move Mesa prebuilt targets from Android.mk to Android.bp. Signed-off-by: Amit Pundir <amit.pundir@linaro.org> Change-Id: I86709b9c6f07c2e4753e17eda2a3e90e41ba4184
2022-07-01hikey960/hikey: Update vendor-package to 20220629 release am: 26982540bdAmit Pundir
Original change: https://android-review.googlesource.com/c/device/linaro/hikey/+/2144092 Change-Id: I8590b138d03ccc1a0cb954ced0e32c088a63d461 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-07-01hikey960/hikey: Update vendor-package to 20220629 releaseAmit Pundir
Only cosmetic and no functional changes. Updating to the 20220629 version release to keep in sync with the dragonboard vendor-package version updates. The new vendor package is hosted here: https://releases.linaro.org/android/aosp-linaro-vendor-package/extract-linaro_devices-20220629.tgz Signed-off-by: Amit Pundir <amit.pundir@linaro.org> Change-Id: I21d94f4477d609d45da8f7b6b21eb442de1461c2
2022-06-27Merge tm-dev-plus-aosp-without-vendor@8763363Xin Li
Bug: 236760014 Merged-In: Iffdeb8510c52764423166b5dc7168c7438260257 Change-Id: I1fe080db59b3498aed385a390b43700859df69aa
2022-06-22Merge "hikey960: Switch to bootcontrol 1.2" am: 498610c467 am: e788a0fd21Treehugger Robot
Original change: https://android-review.googlesource.com/c/device/linaro/hikey/+/2133814 Change-Id: I2ef1e299b86ba0bacd8159a85fef5e2d1b186955 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-06-22Merge "bluetooth: disable BLE_VND_INCLUDED" am: 454721f93e am: ba471ce883Treehugger Robot
Original change: https://android-review.googlesource.com/c/device/linaro/hikey/+/2116500 Change-Id: I4484b7adcaded915dd89ca063e2755d9648774cd Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-06-22Merge "hikey960: Switch to bootcontrol 1.2" am: 498610c467Treehugger Robot
Original change: https://android-review.googlesource.com/c/device/linaro/hikey/+/2133814 Change-Id: Ic75811f61d2311e1589bec75b039a6cd7c43b9d0 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-06-22Merge "bluetooth: disable BLE_VND_INCLUDED" am: 454721f93eTreehugger Robot
Original change: https://android-review.googlesource.com/c/device/linaro/hikey/+/2116500 Change-Id: Idc9d358284a370d2532a328f7a80a154f96b3e3c Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-06-22Merge "hikey960: Switch to bootcontrol 1.2"Treehugger Robot
2022-06-22Merge "bluetooth: disable BLE_VND_INCLUDED"Treehugger Robot
2022-06-22hikey960: Switch to bootcontrol 1.2Yongqin Liu
Refered to the change for cuttlefish[1]. Fixed the dist build error reported like the following: 23:45:48 ERROR: files are incompatible: android.hardware.boot@1.1::IBootControl/default is deprecated; requires at least 1.2 23:45:48 android.hardware.boot@1.1::IBootControl/default is deprecated; requires at least 1.2 23:45:48 android.hardware.boot@1.1::IBootControl/default is deprecated; requires at least 1.2: Success 23:45:48 INCOMPATIBLE Test: dist and droid build finished successfully, boot to homescreen console:/ # getprop init.svc.vendor.boot-hal-1-2 running console:/ # VtsHalBootV1_0TargetTest VtsHalBootV1_1TargetTest VtsHalBootV1_2TargetTest boot with the system image from build#8737717[2] [1]: https://android-review.googlesource.com/c/device/google/cuttlefish/+/1514958 [2]: https://ci.android.com/builds/submitted/8737717/aosp_arm64-userdebug/latest Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org> Change-Id: Iffdeb8510c52764423166b5dc7168c7438260257
2022-06-15Merge "hikey960: enable the bootcontrol hal for hikey960 build" am: ↵Treehugger Robot
a6b96db0e7 am: 6709139ada Original change: https://android-review.googlesource.com/c/device/linaro/hikey/+/2119972 Change-Id: I0b3256a26392e116867b4f73ad1cbdd6142c76fe Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-06-15Merge "hikey960: enable the bootcontrol hal for hikey960 build" am: a6b96db0e7Treehugger Robot
Original change: https://android-review.googlesource.com/c/device/linaro/hikey/+/2119972 Change-Id: Ife466aaaddf032b3abc783686e24fdb28c09206b Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-06-15Merge "hikey960: enable the bootcontrol hal for hikey960 build"Treehugger Robot
2022-06-14bluetooth: disable BLE_VND_INCLUDEDYongqin Liu
to work around the bluettoth crash problem reported like this: Abort message: '[FATAL:btm_ble_gap.cc(638)] Check failed: p_vcs_cplt_params->param_len >= BTM_VSC_CHIP_CAPABILITY_RSP_LEN. after the change[1] which sets BLE_VND_INCLUDED to TRUE by default. Test: BT pair and BT earplug on both hikey and hikey960 Note: confirmed that with this change, the bluetooth feature only works with the board build images, it would not work with the GSI image. [1]: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/2064248 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org> Change-Id: If0b89bb95e436cecbdd4aec8e6aa1f05fe22c1f9
2022-06-10Enable bluetooth profiles with product.prop am: 9efebb73aa am: cbf4380cbfYongqin Liu
Original change: https://android-review.googlesource.com/c/device/linaro/hikey/+/2116499 Change-Id: Ic15dd6e389864e08df37d4118c9c7bd13da94ebb Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-06-10Enable bluetooth profiles with product.prop am: 9efebb73aaYongqin Liu
Original change: https://android-review.googlesource.com/c/device/linaro/hikey/+/2116499 Change-Id: I9775aa770b0ef64ba3c08382d5ba8a911a467606 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-06-09hikey960: enable the bootcontrol hal for hikey960 buildYongqin Liu
so that it will be possible to work with the GSI image Test: boot to homescreen console:/ # getprop init.svc.vendor.boot-hal-1-1 running console:/ # VtsHalBootV1_0TargetTest and VtsHalBootV1_1TargetTest boot with the system image from build#8690703[1] Note: As there is no misc partition with the current prm_ptable file using the vendor partition for the /misc mountpoint to work around temporarily [1]: https://ci.android.com/builds/submitted/8690703/aosp_arm64-userdebug/latest Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org> Change-Id: Ie4672328fbdcb33f83f6a4b0995cc1a370cb9efa
2022-06-07Enable bluetooth profiles with product.propYongqin Liu
Referred to the change for db845c Test: BT pair and BT earplug on both hikey and hikey960 Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org> Change-Id: I60115e85f24a5b63f87043a936e864a9d44e4c8d
2022-03-25Merge "Removed audio A2dp and Hearing Aid from device.mk" into tm-devt_frc_odp_330442040t_frc_odp_330442000t_frc_ase_330444010android-13.0.0_r83android-13.0.0_r82android-13.0.0_r81android-13.0.0_r80android-13.0.0_r79android-13.0.0_r78android-13.0.0_r77android-13.0.0_r76android-13.0.0_r75android-13.0.0_r74android-13.0.0_r73android-13.0.0_r72android-13.0.0_r71android-13.0.0_r70android-13.0.0_r69android-13.0.0_r68android-13.0.0_r67android-13.0.0_r66android-13.0.0_r65android-13.0.0_r64android-13.0.0_r63android-13.0.0_r62android-13.0.0_r61android-13.0.0_r60android-13.0.0_r59android-13.0.0_r58android-13.0.0_r57android-13.0.0_r56android-13.0.0_r54android-13.0.0_r53android-13.0.0_r52android-13.0.0_r51android-13.0.0_r50android-13.0.0_r49android-13.0.0_r48android-13.0.0_r47android-13.0.0_r46android-13.0.0_r45android-13.0.0_r44android-13.0.0_r43android-13.0.0_r42android-13.0.0_r41android-13.0.0_r40android-13.0.0_r39android-13.0.0_r38android-13.0.0_r37android-13.0.0_r36android-13.0.0_r35android-13.0.0_r34android-13.0.0_r33android-13.0.0_r32android13-qpr3-s9-releaseandroid13-qpr3-s8-releaseandroid13-qpr3-s7-releaseandroid13-qpr3-s6-releaseandroid13-qpr3-s5-releaseandroid13-qpr3-s4-releaseandroid13-qpr3-s3-releaseandroid13-qpr3-s2-releaseandroid13-qpr3-s14-releaseandroid13-qpr3-s13-releaseandroid13-qpr3-s12-releaseandroid13-qpr3-s11-releaseandroid13-qpr3-s10-releaseandroid13-qpr3-s1-releaseandroid13-qpr3-releaseandroid13-qpr3-c-s8-releaseandroid13-qpr3-c-s7-releaseandroid13-qpr3-c-s6-releaseandroid13-qpr3-c-s5-releaseandroid13-qpr3-c-s4-releaseandroid13-qpr3-c-s3-releaseandroid13-qpr3-c-s2-releaseandroid13-qpr3-c-s12-releaseandroid13-qpr3-c-s11-releaseandroid13-qpr3-c-s10-releaseandroid13-qpr3-c-s1-releaseandroid13-qpr2-s9-releaseandroid13-qpr2-s8-releaseandroid13-qpr2-s7-releaseandroid13-qpr2-s6-releaseandroid13-qpr2-s5-releaseandroid13-qpr2-s3-releaseandroid13-qpr2-s2-releaseandroid13-qpr2-s12-releaseandroid13-qpr2-s11-releaseandroid13-qpr2-s10-releaseandroid13-qpr2-s1-releaseandroid13-qpr2-releaseandroid13-qpr2-b-s1-releaseandroid13-frc-odp-releaseandroid13-devandroid13-d4-s2-releaseandroid13-d4-s1-releaseandroid13-d4-releaseandroid13-d3-s1-releaseEtienne Ruffieux
2022-03-14fstab.hikey960: drop the inlinecrypt option am: 6bb8567a6b am: 08caa125f4 ↵Yongqin Liu
am: 4a648cac05 Original change: https://android-review.googlesource.com/c/device/linaro/hikey/+/2022042 Change-Id: Ifacff4328fb1e4a7ba5a6b97fb62c5b9596fe347
2022-03-14fstab.hikey960: drop the inlinecrypt option am: 6bb8567a6b am: 08caa125f4Yongqin Liu
Original change: https://android-review.googlesource.com/c/device/linaro/hikey/+/2022042 Change-Id: Ia91b438cd3a9531585a902c07033748db33a7705
2022-03-14fstab.hikey960: drop the inlinecrypt option am: 6bb8567a6bYongqin Liu
Original change: https://android-review.googlesource.com/c/device/linaro/hikey/+/2022042 Change-Id: I70709850aa0d3b6cef30336cf8047b57ef1cdceb
2022-03-11fstab.hikey960: drop the inlinecrypt optionYongqin Liu
as hikey960 does not have working inline encryption hardware, according to the discussion here https://issuetracker.google.com/issues/211809789?pli=1 Test: boot tested hikey960 with 4.14, 4.19, 5.4 and android-mainline kernel Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org> Change-Id: I819225acbd4f5717ab8bc54a78df95c81d7a19ca
2022-03-08Merge "Remove comma after $(warning)" am: f10d330fcb am: c41557dbfe am: ↵Treehugger Robot
7579eea181 Original change: https://android-review.googlesource.com/c/device/linaro/hikey/+/2011875 Change-Id: I73041ce944e56646824c7a0c5536298f1f610b77
2022-03-08Merge "Remove comma after $(warning)" am: f10d330fcb am: c41557dbfeTreehugger Robot
Original change: https://android-review.googlesource.com/c/device/linaro/hikey/+/2011875 Change-Id: I0d97a6699d4d46f935cc82fa998825d8db1e6c3f
2022-03-08Merge "Remove comma after $(warning)" am: f10d330fcbTreehugger Robot
Original change: https://android-review.googlesource.com/c/device/linaro/hikey/+/2011875 Change-Id: I5ded93ac2f45d2ee3c3ecde3b4ac217eda415bbd
2022-03-08Merge "Remove comma after $(warning)"Treehugger Robot