summaryrefslogtreecommitdiff
path: root/device.mk
AgeCommit message (Collapse)Author
2022-03-04Removed audio A2dp and Hearing Aid from device.mkEtienne Ruffieux
Bug: 220306859 Test: atest Tag: #feature Change-Id: I5bdf044035363d4f53807d9ee316d7d2d5092b0d
2021-08-23poplar: Fix the buildDmitry Shmidt
Set manifest's target-level="3" Set audio hal version to 4.0 Use sw gatekeeper Use cuttlefish health hal Bug: 197531125 Test: make -j24 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com> Change-Id: Ie49f4a48362ccb13507695c286363f94b3613cb3
2020-04-09Remove ELF PRODUCT_COPY_FILESYo Chiang
We're banning ELF prebuilts in PRODUCT_COPY_FILES. Define prebuilt modules for vendor prebuilts so we can run check_elf_file.py on them. Use PRODUCT_PACKAGES to install ELF prebuilts. Bug: 140560012 Test: Build pass. Built artifacts should not change. Test: m SELINUX_IGNORE_NEVERALLOWS=true Change-Id: Ia598bc241ba0c3d2a651662d4dd337a3023b149d
2018-10-23Build wifi support from sourceShawn Guo
Using prebuilt wifi binaries causes us maintenance problems. For example, we have to set BUILD_BROKEN_DUP_RULES:=true for Poplar build [1], and wifi framework update will likely break wifi support due to outdated prebuilt blobs. Let's drop the prebuilt wifi blobs and build required executables from source by defining BOARD_WLAN_DEVICE:=rtl. While at it, clean up the unnecessary explicit listing of wificond.rc and wpa_cli from PRODUCT_PACKAGES, so that we are better aligned with reference platforms like Hikey and Marlin. [1] https://android.googlesource.com/device/linaro/poplar/+/72c8cc0248497ce12fde025dc43b78032139b033 Change-Id: I3113aac59d30c724e31c2f1f35dc94d1bcc087da
2018-10-10Remove Launcher2 from PRODUCT_PACKAGESShawn Guo
With P merged into master branch, the Home Sample issue we saw before is gone. So let's remove the workaround and use Launcher3 by default. Change-Id: I6bdae09b72cee38aa69affe8f4a5f3c429c9dc1a
2018-07-29Clean up useless kernel/dtb target copyShawn Guo
The copy of kernel as 'dtb' target is useless and likely a wrong thing to do. Let's clean it up to avoid the confusion. Change-Id: I1230311ff176e6f6df74b7549039831c3b869501 Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
2018-07-16poplar: Cumulative patch from commit 6d860e7Dmitry Shmidt
6d860e7 (origin/master, origin/HEAD) poplar: use vendor prebuilt wifi files 2de4ee5 wifi: add capabilities for wpa_supplicant 46ac944 poplar: create an optee folder for OP-TEE files 9411998 poplar: move hiavplayer.rc into vendor folder e19a218 poplar: rename rootfs to vendor fdb3113 BoardConfig.mk: add printk.devkmsg=on to BOARD_KERNEL_CMDLINE da84bb1 init.poplar.rc: setprop service.adb.tcp.port 5555 ad56c8a Revert "WIP: temporarily disable bluetooth" 28e4d5e bt: add ro.boot.btmacaddr property and chmod of rtkbt_dev 363a2e4 wifi: enable wifi HAL support 958edb7 wifi: remove use of rtl8822bu module fe5024d audio: add include of <unistd.h> to fix usleep warnings 6e36a97 device.mk: add Launcher2 package 4673aee WIP: temporarily disable bluetooth 8b6fdda poplar: remove obsolete self-extractors b8b039f poplar: switch from add_lunch_combo to COMMON_LUNCH_CHOICES acd1ef6 poplar: enable full treble support d6df05c audio: update Android.mk for treble support d9a9261 audio: include <log/log.h> instead of <cutils/log.h> 1f6821d device.mk: use TARGET_COPY_OUT_VENDOR for feature declarations 9b9a1a7 device.mk: clean up newlines and backslash 29db545 device.mk: build soundtrigger package for audio support 3d4498f device.mk: add ro.config.build.name property fdb44d6 manifest: update manifest file for treble support d0cc662 ueventd.poplar.rc: add hi_gfx2d device node back ccc635e sepolicy: sync up selinux policy with Hisilicon development 2c391e5 sepoilcy: remove 'x' attribute from .te files 44c53b7 fstab.poplar: remove system and vendor mount 6b21fe2 fstab.poplar: use by-name symlinks instead of by-num 1e3bd67 poplar: add bt/wifi files and configurations 93bf7a1 device.mk: move BT section close to Wifi Bug: 110793466 Test: Manual Change-Id: If7db092bbed239ea83287fcf294b7d70c53e04b5 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>