Commit graph android_device_samsung_a20/a10
Author SHA1 Message Date
roynatech2544
092cf54ced universal7885: Remove eureka_defaults treewide
clang-tidy checks doesn't make it best code
2022-10-23 14:21:45 +09:00
LuK1337
ddcca81876 non-common: Set a default Settings.Global.DEVICE_NAME
for i in a10 a10dd a20 a20e a30 a30s a40; do cp -r overlay/ $i; sed -i "s/Galaxy Note10+ 5G/Samsung Galaxy ${i^}/g" $i/overlay/frameworks/base/packages/SettingsProvider/res/val
ues/defaults.xml; done

Change-Id: I310c1ffc581b72653783d1093d9e7ebde544bb16
2022-10-22 11:40:45 +09:00
Sal Savage
ce90afa9bc non-common: Replace BTM_DEF_LOCAL_NAME with a sysprop
for i in a10 a10dd a20 a20e a30 a30s a40; do echo "## Bluetooth
bluetooth.device.default_name=Galaxy ${i^}" >> $i/vendor.prop; echo "" >> $i/BoardConfig.mk; echo "TARGET_VEN
DOR_PROP += \$(DEVICE_PATH)/vendor.prop" >> $i/BoardConfig.mk; done

Change-Id: I2c90efac01e61500eb1be23bb0ae6f96c2acdc53
2022-10-22 11:40:42 +09:00
roynatech2544
d6926a5a11 Revert "Revert "universal7885: Don't include CameraLightSensor for now""
This reverts commit 8cb0b6f5b2.

I won't get this back ever.
2022-08-26 14:14:05 +00:00
Gabriel2392
0d48d4e4fb universal7885: refactor makefile generation 2022-08-16 11:28:37 -03:00
Gabriel2392
c0e70c1f68 universal7885: add local arch variable 2022-07-30 09:33:09 -03:00
Gabriel2392
9b035b514f universal7885: unify arm branch 2022-07-30 08:08:40 -03:00
orges
33bb6ae880
universal7885: overlay: Fix deprecated power profile items
* PowerProfile: screen.on is deprecated! Use screen.on.display0 instead.
 * PowerProfile: screen.full is deprecated! Use screen.full.display0 instead.

Signed-off-by: orges <me@orgesified.ml>
Change-Id: Ieff844423b735ebdab51c4b648820d84b7d1e5f0
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
2022-05-23 20:18:19 +09:00
roynatech2544
5394c3b11f universal7885: Add extra compiler defaults 2022-05-21 00:37:58 +00:00
roynatech2544
be82ebd1fe
universal7885: bpfmt 2022-05-20 18:37:24 +09:00
roynatech2544
4518c61696
universal7885: Adapt to DRM hal changes from 9820
- Update proprietary files list to include drm 1.4 hal
- Also add missing entries on a10 proprietary files list
- Build needed interface for drm 1.4 for vendor
2022-05-06 16:22:07 +09:00
roynatech2544
cdc2de72fc
a10: Fixup issues with sensor hal
Imported sensor hal source from android 12L, rebranded and make it compile as 32bit
2022-05-04 20:29:17 +09:00
roynatech2544
8c22a289b0
a10: usb: Move to device-specific folder
* Only A10 has such typeB usb port, is not common
2022-04-29 22:24:10 +09:00
roynatech2544
a7ef8f2b7e
universal7885: Format xml again
* No tabs this time, 3-space intent
2022-04-29 22:24:09 +09:00
roynatech2544
2f27b73ef8 universal7885: Reorder libs using the reorder-libs.py script
Change-Id: I6a65b22faf162405a3badd7c9cf2a61ec9506cc9
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
2022-04-22 07:43:40 +09:00
roynatech2544
55446bf371
universal7885: Inherit makefile changes
* A10-arm64 renamed to A10
* Inherit universal7885-common always

Change-Id: Id757b775c9f58ee03d6f1266d72b13e6b2341675
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
2022-04-21 23:35:02 +09:00
roynatech2544
68998d78c2
universal7885: Use proper blobs naming
Change-Id: I634aaad541106e84de41abbde8c6e58c0892e387
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
2022-04-21 21:17:50 +09:00
roynatech2544
442aa11e81 universal7885: Format xml using xmlstarlet 2022-04-18 13:32:36 +09:00
roynatech2544
516c1bd804
universal7885: Don't do findstring with TARGET_PRODUCT
* Use makefile flags instead...

Change-Id: Ic520154e8224fa59451a28dd117ee5f99cd46b10
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
2022-04-16 10:05:02 +09:00
roynatech2544
9b2915e070 universal7885: xml: format using xmllint 2022-04-15 11:26:05 +09:00
roynatech2544
8cb0b6f5b2
Revert "universal7885: Don't include CameraLightSensor for now"
This reverts commit 8c71e00224.
2022-04-14 18:05:57 +09:00
roynatech2544
01d6f13145
universal7885: rootdir: Convert to blueprint
* Also, set rule of copying ueventd rc in one Makefile

Change-Id: I0c4ba12d1d579a61cd52d473e24febf91a5e3380
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
2022-03-27 21:38:54 +09:00
Gabriel2392
c2d2f3b4f1
universal7885: don't build fingerprint hal for a10 2022-03-22 19:05:30 +09:00
roynatech2544
8c71e00224
universal7885: Don't include CameraLightSensor for now
* Its so buggy now, needfix..
2022-03-22 19:04:25 +09:00
Gabriel2392
f357d81999
universal7885: update defconfigs
Signed-off-by: Gabriel2392 <gabriel824m@gmail.com>
2022-03-22 19:03:26 +09:00
Kevios12
899e576043
universal7885: update dtb/dtbo(s) 2022-03-22 19:03:26 +09:00
roynatech2544
dc6123a66c
Revert "exynos7885: a*: use inclusive bitwise OR operator in OTA asserts"
This reverts commit 1ff57da53ccc24738fd2813069e07291cb911625.

Revert Reason: It didnt work
2022-03-22 19:03:25 +09:00
FraSharp
e5db49892f
exynos7885: a*: use inclusive bitwise OR operator in OTA asserts
Signed-off-by: FraSharp <s23265@iisve.it>
2022-03-22 19:03:25 +09:00
Kevios12
79f324b40d
overlay: unset config_dozeAfterScreenOffByDefault
* This causes no doze on AOD, because AOD should be off (Screen blank) to doze

Signed-off-by: Kevios12 <kerschbaumer.kevin2@gmail.com>
2022-03-22 19:03:24 +09:00
roynatech2544
780a7b8ab8
Revert "universal7885: rework on padding"
This reverts commit 65b729c8ae4fbf1b0b51620f89dc71ff370815e1.
2022-03-22 19:03:22 +09:00
roynatech2544
4a4bef9d4c
universal7885: rework on padding
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
2022-03-22 19:03:22 +09:00
Gabriel2392
708d6285cb
universal7885: add condition for copying dtbo image 2022-03-22 19:03:21 +09:00
Gabriel2392
80688db89b
universal7885: include eureka dtbo
md5sum eureka_dtbo.img:
a10: d74915c0f9be79db9ce1865432f1ed47
a20: 8576799abdb2777249a0db887385a976
a20e: 94389b212371ff1b6f3fd6b80070b113
a30: 6c44be6daa9bae3d4d5278d4760bce43
a40: 1c1987d319978a2d5c8235a8803b64cc
2022-03-22 19:03:21 +09:00
Kevios12
06fa47d97d
universal7885: single bootpartition for all devices
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
2022-03-22 19:03:19 +09:00
Gabriel2392
7df1122f77
[squash] a10: update stuffs 2022-03-22 19:03:18 +09:00
roynatech2544
4bc4078a13
a10: update vendor pathes for vt
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
2022-03-22 19:02:17 +09:00
roynatech2544
c5e1598aaa
treewide: decommonize sensor service 2022-03-22 19:01:48 +09:00
roynatech2544
07b209df81
universal7885: Major (de)commonize due to prev commit 2022-03-22 19:01:33 +09:00
roynatech2544
e88568c670
treewide: update battery capacity overlays 2022-03-22 18:57:41 +09:00
roynatech2544
24ff1bae86
treewide: update partition sizes 2022-03-22 18:57:41 +09:00
roynatech2544
eaab77ceff
universal7885: Add other 7885 devices
* A10, A30, A40

Change-Id: I92829c4d3b11e2759f08ef04fe4d4d60ff352a0b
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
2022-03-22 18:57:19 +09:00