Commit graph

55 commits

Author SHA1 Message Date
Ben Murdoch
bff4d9fd4e Update density to 320 dpi.
Resulting in 1280x800dp screen resolution per ux guidance.

Bug: 214097223
Bug: 236000624
Test: adb shell wm density (should show 320)
Test: presubmits
Change-Id: I1d82a7d6a3d1217624481158292e13ff8a56ad11
Signed-off-by: Jonglin Lee <jonglin@google.com>
2022-06-14 11:36:48 -07:00
Roger Liao
8c082f7323 Set config_sms_capable to false
Tangorpro is a Wifi only device, and does not support SMS capabilities,
thus explicitly disabling it instead of using the
default configuration (config_sms_capable is set to be true).

Bug: 234618310
Change-Id: Ie4d22890db945fb830f3f10f3e777b5eeea014a8
2022-06-10 10:09:38 +08:00
normanwhl
b9b19efd5a Integrate wifi configuraions for tangorpro
1. Load synadhd.ko dhd module
2. Add tangorpro wifi overlay
3. Turn off mobile data by default
4. Isolate tangorpro configurations for customization.

Bug: 228285237
Test: 1. build pass
      2. check wifi overlay name
      3. check tangorpro use syna hal in build log
Change-Id: If775f3bd17f65830fe3c7ec0a9b6474b3ac7a1c8
2022-05-18 06:56:52 +00:00
Martin Liu
712ba5e8b1 set swiotlb as noforce
There is no swiotlb usage so we can append noforce to
remove 2MB reserved memory.

Bug: 226578178
Test: check total memory and io_tlb_nslabs
Signed-off-by: Martin Liu <liumartin@google.com>
Change-Id: Id7789024bcaa9f276f8fd2dbcc3086f843dae6e4
2022-03-25 10:37:35 +00:00
Roger Liao
dd5f546264 Add device tangorpro
based on two sources:
1. 52e030ecef8a2debcd0a7cebb0b2cddc50e8e4e6
(ChangeId: Ieba6a75fe45595592c61dc5ad4e0c723adccaf35)
2. 3164f3d31b1197f305d968027f2e6f18663f1382
(ChangeId: Ic517f1cd5462f3653de3742834ec251362e7849d)

No-Typo-Check: based on above commit

Bug: 220073297
Change-Id: I244f73dc8485045e1bc4605a2701a1e4d32139b0
2022-03-09 19:30:09 +08:00