summaryrefslogtreecommitdiff
path: root/Android.bp
AgeCommit message (Collapse)Author
2023-07-14utils: bdaddr: Add service to set Bluetooth device (MAC) addressStephan Gerhold
The Bluetooth chip does not come with a unique Bluetooth device (MAC) address configured out of the box. This means that we manually need to configure the device address. Otherwise BT will stop working from v6.5 kernel version onwards. Reference: https://bugs.linaro.org/show_bug.cgi?id=5998 Link: https://github.com/me176c-dev/android_device_asus_K013/commit/cbb7066 [AmitP: Kanged the service from above link, updated the commit message, built an rc and shell script around this service, and added SELinux policies.] Signed-off-by: Amit Pundir <amit.pundir@linaro.org> Change-Id: I79a364917e0a4d879e4319b45b4c0f7cc7df83d3
2023-07-12Rename qcom folder to utilsAmit Pundir
We have used qcom/ folder to host various services, scripts and utilites, and naming the folder to qcom/, to begin with, was very shortsighted from my end. So we are renaming it to utils/ and moving it under a new shared/ folder which should hopefully be our go to destination for similar common tools/HALs going forward. Change-Id: I15fe45dbe5bc4752d6a2ee87a3fbed4924a66f08 Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
2021-02-12[LSC] Add LOCAL_LICENSE_KINDS to device/linaro/dragonboardandroid-s-preview-1Bob Badour
Added SPDX-license-identifier-Apache-2.0 to: audio/Android.mk libmemtrack/Android.mk Added SPDX-license-identifier-Apache-2.0 SPDX-license-identifier-BSD SPDX-license-identifier-MIT SPDX-license-identifier-OpenSSL legacy_by_exception_only to: Android.bp Added SPDX-license-identifier-BSD to: qcom/pd-mapper/Android.bp qcom/qrtr/Android.bp qcom/rmtfs/Android.bp qcom/tqftpserv/Android.bp Added SPDX-license-identifier-MIT to: gralloc/Android.mk Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: If3396b5bd63553d0fcdb8cc7abb79b73cec46a7a
2020-03-17db845c: qcom: Add userspace tools to talk to dsp and modemAmit Pundir
Add Qcom userspace tools and their respective sepolicy rules. Userspace tools are downloaded from following github: To trigger loading of wlan firmware on SDM845 git clone https://github.com/andersson/pd-mapper Userspace reference for net/qrtr in the Linux kernel git clone https://github.com/andersson/qrtr Qualcomm Remote Filesystem Service Implementation git clone https://github.com/andersson/rmtfs Trivial File Transfer Protocol server over AF_QIPCRTR git clone https://github.com/andersson/tqftpserv Change-Id: Ic466af6fef010a9b71c90e38205f49a876b001e2 Signed-off-by: Amit Pundir <amit.pundir@linaro.org> Signed-off-by: John Stultz <john.stultz@linaro.org>
2020-03-16Add a soong namespace to hide the local modulesAmit Pundir
Add a soong namespace to hide the local modules from the rest of the build targets. Signed-off-by: Amit Pundir <amit.pundir@linaro.org>