summaryrefslogtreecommitdiff
path: root/BoardConfig-common.mk
AgeCommit message (Collapse)Author
2019-07-23Merge "Remove symlink /firmware -> /vendor/firmware_mnt" into qt-r1-devDaniel Mentz
am: ca768b4170 Change-Id: I84f4d10e54951b2222646ed78cd6bab92e9dd22d
2019-07-22Remove symlink /firmware -> /vendor/firmware_mntDaniel Mentz
Remove the symbolic link /firmware -> /vendor/firmware_mnt. Also, update corresponding references in startup scripts to accommodate removal of this symlink. Bug: 137689975 Change-Id: I2737a917479ea98d6222b982de52964cd0b098d2
2019-06-20Dark boot on dark theme. am: d99e350812Tao Bao
am: eafe4cadda Change-Id: I6f790cfc81eef50f39b9bc40c473781b35b989ca
2019-06-19Dark boot on dark theme.Tao Bao
Bug: 113028175 Fixes: 135196332 Test: Build and flash bonito with the matching bootloader change. Check serial log regarding the start of theme_set and theme_clear services. Also read the value via `dd bs=1 skip=2048 if=/dev/block/mmcblk0p49 count=32 | xxd` to confirm the change. Test: Trigger a factory reset via Settings. Check the value in /misc after the reset. Change-Id: Id7500f84c94ad4a5362922650abce1521e925972
2019-05-28Disable configs for wide-colormillerliang
am: 1acc435747 Change-Id: I11282f368aa55b34bbb06eb1965fe2a570519094
2019-05-27Disable configs for wide-colormillerliang
There is janky in Photos one-up activity with WCG even we boost GPU as the maximum frequency. So we need to disable this config. Bug: 130030334 Test: 1. Launch Photos to enter the one-up view Repeat to click home key and then Photos There is no jank during window transition 2. Check Youtube HDR, it still works fine. Change-Id: I9929cf8cf3e58fced619735ee23edfbb2e7c8ab5
2019-05-08AB_OTA_UPDATER is BoardConfig variable.Tao Bao
Bug: 130433003 Test: TreeHugger Change-Id: I96c7dc6e1675040ea6a47552471cff0ebbad511e
2019-04-23Merge "atcmdfwd: correct vintf" into qt-devYifan Hong
am: 156c67e211 Change-Id: I2edb631e68521dc3c8af7450438dd54eb14f1a25
2019-04-23Merge "atcmdfwd: correct vintf" into qt-devYifan Hong
2019-04-22atcmdfwd: correct vintfYifan Hong
This HAL is served from a system app and used by a vendor daemon. Test: ls /system/app/atfwd/atfwd.apk Test: ls /vendor/bin/ATFWD-daemon Test: lshal Bug: 130714844 Change-Id: I75227e4366c367ba5b27880e11e9eac368e77654
2019-04-18Remove BUILD_BROKEN_ENG_DEBUG_TAGSDan Willemsen
Bonito/sargo no longer need this flag. Test: treehugger Change-Id: I99a2dccfab6f270c4849575c3a2ff5b604d07dc2
2019-04-16Remove empty DEVICE_FRAMEWORK_MANIFEST_FILEAnton Hansson
The script producing the final artifact on device prints the input files in a comment. Remove this input file since it's empty anyway. Bug: 124098586 Test: diff_system.sh Change-Id: I3ad543ffea8841fb59a04f507acb6fe1f6b9222a
2019-04-04Make bonito inherit the mainline boardconfigAnton Hansson
Remove the duplicated variables that are no longer necessary. This change removes duplication between the pixel BoardConfigs. Bug: 80410283 Test: diff relevant variables before and after Change-Id: I648f43d29a54d8f2daa4ade0c0a1aa05f4a4056e
2019-03-08Merge changes from topic "share_codebase_btw_b1c1_b4s4"Robin Peng
* changes: Gralloc: Enable TARGET_USES_NV21_PREVIEW which switch camera output to NV21 for sdm670 Revert: "Support single vendor RIL/Telephony between SDM670 and SDM845" Switch soong namespace from sdm710 to sdm845
2019-03-06Gralloc: Enable TARGET_USES_NV21_PREVIEW which switch camera output to NV21 ↵raylinhsu
for sdm670 The performance of camera preview on GCA HDR+ off modes is bad when the single IPE core handles multiple IPE instances. SDM670 hits preview lag issue on off mode due to IPE limitation. Therefore, we provided a mechanism to switch preview stream format from NV12 to NV21 based on TARGET_USES_NV21_PREVIEW at compile time. We could get better performance by avoiding extra effort at color conversion. Bug: 123483411 Bug: 123477980 Test: Camera preview Change-Id: I22d9cb323869b221357f17d63e9207cb52c941bb
2019-03-05Revert: "Support single vendor RIL/Telephony between SDM670 and SDM845"Robin Peng
[b1c1/b4s4 share codebase] This reverts commit 966da20eb203e50169e1b182fa09d8f9fd297818 Bug: 123477980 Change-Id: I49e8b0e5424499788c149bb1acbb6070dac8c10c
2019-03-04Build ODM manifests properly.Yifan Hong
Bug: 72161927 Test: builds & boots Change-Id: I49107645741af93098c5174ad3ab99fb2ddaca75
2019-03-04Merge "Enable product partition for b4s4"TreeHugger Robot
2019-03-04Enable product partition for b4s4Hridya Valsaraju
Test: make and manual OTA. Bug: 124672910 Change-Id: Ibf715d6c97fe45fad545d98c89ed0b63816adc32
2019-03-01Merge "Change to system properties"TreeHugger Robot
2019-02-26Merge "Pick correct DTB for kasan/debug_memory/debug_locking/debug_hang targets"TreeHugger Robot
2019-02-22Set bontio cpu "runtime variant" to cortex-a75Anton Hansson
This makes bionic and various art tools that compile/runs cpu-specific code choose the cortex-a75 variant at runtime. It does not affect build-time compilation. Bug: 120773446 Test: bionic benchmarks with and without this change Change-Id: Idf0e92837031750b914cfa50476cbb2a2b6ae768
2019-02-22Change to system propertiesSundong Ahn
The build configs which are using in configstore 1.2 are changed to system properties. Since configstore 1.2 will be deleted. Bug: 124531214 Test: build & boot Test: adb shell lshal | grep configstore & check configstore 1.2 Change-Id: I86aa1d2cd45d67b551dc88f78a17c2aee56b12bf
2019-02-20Merge "bonito: Use common Bluetooth HAL"TreeHugger Robot
2019-02-19Merge "Make bonito/sargo use generic arch variant"Anton Hansson
2019-02-15bonito: Use common Bluetooth HALTed Wang
Bug: 116829366 Test: Manully Change-Id: Iaca9e4107d7f58a1017a00c5a780c79df5400d6e
2019-02-11Merge "Use mainline bdroid build config"Anton Hansson
2019-02-08Remove unsupported gcc and kcfi kernel modules codePetri Gynther
Change-Id: I1d05512f53828861738de327d7d2463125a552f0
2019-02-08Use mainline bdroid build configAnton Hansson
Consolidate this duplicated config to a single config. The new config only defines the BLE_VND_INCLUDED flag, but the other flags were never read. Bug: 123695868 Test: presubmit Change-Id: I47a16d67dc534513b079b7546c9d605f3bf05348
2019-02-06Mark bonito and sargo as having eng/debug tags stillDan Willemsen
am: bff4824e9b Change-Id: I1b5a2dda864a965ac7cb45218008936d08521cba
2019-02-05Mark bonito and sargo as having eng/debug tags stillDan Willemsen
Test: treehugger Change-Id: I6ed551746219de9d2002a632a6dddbde8ba22bc2
2019-01-29Pick correct DTB for kasan/debug_memory/debug_locking/debug_hang targetsHridya Valsaraju
Test: make with lunch targets kasan/debug_memory/debug_locking/debug_hang Bug: 111136242 Change-Id: Ia0e2665a47964db7a9e52e987d8fac35f277b665
2019-01-28sdm710: Remove HDR option in makefileSamuel.lh Huang
sdm710 not support TARGET_HAS_HDR_DISPLAY. Bug: 122707384 Test: CTS dEQP and VideoTest tested. Change-Id: Ide012b403a97e00b829a557ed5e9a4fa9a9ab9d4
2019-01-25Set BOARD_PREBUILT_DTB_DIRHridya Valsaraju
This is required for the Android build system to support boot image header version 2 which has a designated section to hold DTB images. This change is to be merged only after the corresponding bootloader/kernel changes have landed in master. Test: unpack_bootimg.py --boot_image $OUT/boot.img results in a valid dtb image. Bug: 111136242 Change-Id: I7c64c6e239641d6f4560fddfd4ee565d60ce9455
2019-01-16Enable dynamic partitions for B4S4Hridya Valsaraju
Bug: 122115286 Test: fastboot flashall Change-Id: I595335375a99e6a8cf55e4f5646a6b1e40b066d8
2019-01-15Add WCG composition preference for B4/S4.Peiyong Lin
BUG: 122725858 Test: atest android.uirendering.cts.testclasses.WideColorGamutTests#testDraw Change-Id: I0478dd7fb2962add4b792cad051751206c5b036b
2019-01-11Add TARGET_USE_COLOR_MANAGEMENT for B4/S4raylinhsu
BUG: 111505327 Test: Build, flash and check Natural/Boosted/Adaptive mode. Change-Id: I9b2c593d504d05c0feb9260e8c95a4496b411ed9
2018-12-19Merge "audio: enable 24bits camcorder" into pi-dev am: 11a9932a53HW Lee
am: 9987f84d0f Change-Id: I4a9fc83389e187a2097218d0fecad25100193637
2018-12-19Merge "audio: enable 24bits camcorder" into pi-devHW Lee
am: 11a9932a53 Change-Id: Id9d4a558748a6f1e753ddafd68a46c2733726e04
2018-12-13audio: enable 24bits camcorderHW Lee
Bug: 120452077 Test: manual test Change-Id: Ie12b6ddc8c65d30d22dc52ad3a4c7cd82d1ab1c9 Signed-off-by: HW Lee <hwlee@google.com>
2018-12-10Make bonito/sargo use generic arch variantAnton Hansson
This makes the system image more generic. The intent is so to add another set of flags to allow the vendor partition to compile with more specific flags once the build system can support that. Bug: 120773446 Test: make Change-Id: I3c31669bf7e19504b802ec1db9283467418ed4bb
2018-11-15Revert "[DO NOT MERGE]Revert "healthd use vintf_fragments""Denny cy Lee
This reverts commit 4464fe5360d050c5a982e7b5b1003c958210a3fe. Bug: 118593779 Test: build pass Reason for revert: bb in pi-dev-plus-aosp-without-vendor Change-Id: Ia2efed7bdf7452ea691c0246983e07899c03723e
2018-11-13Merge "Revert "Disable single vendor RIL/Telephony for B4/S4"" into pi-dev ↵jimsun
am: cdd8868075 am: d7d5f7a4be Change-Id: I9250eb397fb5cb5b4aa36aa6ee73e4aa4688a4c4
2018-11-13Merge "Revert "Disable single vendor RIL/Telephony for B4/S4"" into pi-devTreeHugger Robot
2018-11-12Revert "Disable single vendor RIL/Telephony for B4/S4"jimsun
This reverts commit 8d8c95203b310f7b79cd74aad7e2772f95fa3dac. Bug: 118492194 Test: 1. CS Voice MO/MT call 2. VoLTE MO/MT call 3. WFC MO/MT call 4. MO/MT SMS 5. MO/MT MMS 6. Data Call via Chrome Browser 7. SIM PIN1
2018-11-12[DO NOT MERGE]Revert "healthd use vintf_fragments"Denny cy Lee
This reverts commit c0299a721c2ebed8e04d4c932456f9d2012c5c84. Reason for revert: The vintf_fragments was not implement in this branch. Test: vts-tradefed run singleCommand vts -m VtsHalHealthV2_0Target Test: vts-tradefed run singleCommand vts -m VtsHalHealthV1_0Target Bug: 118593779 Change-Id: Idba9c19d9b41868f16831f5b0d84b915d3decfc3 Signed-off-by: Denny cy Lee <dennycylee@google.com>
2018-11-09Correct manifest_userdebug.xml path am: b35639fad5SalmaxChang
am: 8d5cde88da Change-Id: Iec9d16dc2ddfeaecf75f5340b8965e428a2ec92b
2018-11-08Merge "Create userdebug manifest for atcmdfwd" into pi-dev am: ba6f69dcaeJie Song
am: a5c4481e01 Change-Id: Ie39379816b458734c2ee09d4986140b21617473b
2018-11-09Correct manifest_userdebug.xml pathSalmaxChang
Bug: 118216297 Test: No IAtCmdFwd not available failure in vintf test Change-Id: Ief50998dff70c4642f35f2cf26d2fe452523ffb2 Signed-off-by: SalmaxChang <salmaxchang@google.com>
2018-11-09Create userdebug manifest for atcmdfwdJie Song
Bug: 118216297 Test: No IAtCmdFwd not available failure in vintf test Change-Id: I222e63f5ee096c84e69c3c6c5d46eeadfa63d627