Commit graph

35 commits

Author SHA1 Message Date
Giammarco Senatore
ca7e2b32a0
kunlun2: Enable aux cameras 2021-02-17 15:29:54 +01:00
Giammarco Senatore
0e92220187 kunlun2: Enable ADB on eng builds 2021-01-23 15:38:16 +01:00
TTTT555
da0889b45a kunlun2: Add camera aux package list
- Required for third party apps to use their built in camera e.g Telegram

Signed-off-by: Zinadin Zidan <zidan44@pixelexperience.org>
Change-Id: I22ab565d7d75e278faf4600cd5aecec59164bf8f
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
2021-01-21 18:40:16 +01:00
GiaSen
b3e0af8270 kunlun2: Cleanup
- Remove unused build broken configs
- Remove RevengeOS early hack to bypass long baseband name
- Remove blur expensive prop, new power aidl doesn't support
- Live wallpapers are built by default
2021-01-02 16:43:53 +01:00
GiaSen
581940f777 kunlun2: Enable 4G by default 2021-01-01 15:46:37 +01:00
GiaSen
a6c5f9d7d5 kunlun2: Reduce density 2020-12-07 12:20:34 +01:00
Lucas Dupin
73f29a6e11 kunlun2: Enable blurs, under dev-option
Test: make
Test: manual
Bug: 149792636
Change-Id: I607ce7de50545b87c3b4d98bb149355c84631e53
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
2020-12-03 22:49:26 +01:00
Redick Lin
3be848dca8 RMX1851: Use phase offsets as duration
In Android R, the SurfaceFlinger calculate phase offsets
based on duration. Adopt the new way of specifying
phase offsets to SurfaceFlinger.

Bug: 158464992
Test: scrolling, app launching/closing, playing video
Change-Id: Ia717f5c0075b6adaedaf20dd6be689737edc1415
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
2020-11-28 21:57:43 +01:00
David Sehr
7777658b00 RMX1851: Use dex2oat64
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
2020-11-28 21:57:35 +01:00
SamarV-121
3b63e90589 RMX1851: Optimize ART
* Ref: https://source.android.com/devices/tech/dalvik/configure#dex2oat_options

Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
2020-11-28 21:56:53 +01:00
aleasto
bf9b5b775f kunlun2: Disable SF backpressure
Change-Id: I4d5e9ec52901a8b7da9c0c439417a4ac90c512b3
2020-11-28 21:56:29 +01:00
Redick Lin
7380a1a509 sdm710-common: Enable ro.charger.enable_suspend
Define ro.charger.enable_suspend to true as charger no
longer uses BOARD_CHARGER_ENABLE_SUSPEND.

Bug: 153937817
Change-Id: Ic76bf3a66c5e21c74e49607f54d6c0358c31bbac
Signed-off-by: Redick Lin <redicklin@google.com>
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
2020-11-28 21:38:40 +01:00
GiaSen
936551ec37 kunlun2: Pixel Experience 11
Nuked safailnet and pixel prop
 Nuked CarrierSettings
2020-11-28 17:22:10 +01:00
GiaSen
77b3f1797a kunlun2: Update coral fp to nov 2020-11-13 00:10:11 +01:00
merser2005
3c559f5546 kunlun2: add screen density 2020-09-20 15:58:35 +02:00
GiaSen
cc3b3a84bd kunlun2: switch to coral fp to bypass safetynet 2020-09-20 15:58:32 +02:00
GiaSen
27dc44fe14 kunlun2: update flame build fp from august release 2020-08-15 17:29:12 +02:00
GiaSen
fc3ae2d729 kunlun2: update flame build fp from july release 2020-07-20 18:33:16 +02:00
jesec
2e7e6450b5 sdm710-common: Enable unspecialized app process pool
Change-Id: I6dfcb59dace5eaa7551caeae86db3b485c0cfbf1
Signed-off-by: SamarV-121 <samarv121@pixelexperience.org>
2020-07-20 18:30:04 +02:00
GiaSen
5e4da20480 kunlun2: Update flame build fp to June release 2020-06-09 15:49:49 +02:00
millerliang
c7d03a2577 sdm710-common: Refined early SF phase offsets
Sometimes SW_VSNC of DispSync comes 1ms earlier than signal_retire_fence(or HW_VSYNC)
It means VSYNC-sf only 5ms behind signal_retire_fence.
And VSYNC-sf will be 5.5ms earlier when applying early_sf_phase.
(the phase-sf changes from 6ms to 0.5ms)

Therefore, VSYNC-sf comes 0.5ms earlier than signal_retire_fence when
applying early_sf_phase for transaction and cause frame missed.

Add more 1ms to early_sf_phase then it will come 0.5 later than signal_retire_fence
in this case.

Bug: 118606025
Test: Open/close apps, observe no jank
Test: -Launch app, stay the same picture on screen at least 30s
      -Tap home key, observe no jank when doing app animation
Change-Id: Iec83aef719b830aed612b47bbda910508406d196
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
2020-05-28 20:17:11 +02:00
Midas Chien
bb0e57be4a sdm710-common: Enable early SF configurations
Sync early SF configurations from Bluecross

Bug: 112620861
Test: Launch Chrome animation test, frame drop rate 0.9%->0.24%
Change-Id: Iac9b848ed86768ee99d4bbbb3b624d607b414005
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
2020-05-28 20:17:02 +02:00
Sundong Ahn
ac3a42d8e3 sdm710-common: Add system properties for surfaceflinger
The configstore will be not used in surfaceflinger. So surfaceflinger
will use the system properties instead of configstore.
For this, the system properties are added.

Bug: 112386364
Test: m -j && boot test
Change-Id: Ie3d2adccca06702217984cf2c9db986d852b7014

Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
2020-05-28 20:16:16 +02:00
GiaSen
b30dbe6d63 kunlun2: move props 2020-05-28 20:15:04 +02:00
SamarV-121
2e6dc8ef74 kunlun2: Cleanup props
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
2020-04-11 19:35:58 +05:30
SamarV-121
432e2365f1 kunlun2: Remove some custom configs
* vendor one's are fine

Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
2020-04-11 19:34:46 +05:30
Dyneteve
9c056060ce sdm710-common: Use fingerprint from Pixel 4 to pass CTS
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
2020-04-07 13:13:46 +00:00
Sᴀᴍᴀʀ Vɪꜱᴘᴜᴛᴇ
5788e2f923
Revert "sdm710-common: Override some radio props"
mah bad 
This reverts commit 9316bb9f6e.

Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
2020-04-05 22:51:22 +05:30
Sᴀᴍᴀʀ Vɪꜱᴘᴜᴛᴇ
856ff7d6af
sdm710-common: Disable sys.use_fifo_ui
its kinda decreasing ui performance
2020-04-05 22:47:48 +05:30
SamarV-121
531e208ca9 sdm710-common: Re-enable CameraAPI V2 by default
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
2020-03-21 11:14:33 +05:30
Anjaneya Prasad Musunuri
13b7bfe6f8 sdm710-common: Enable latch unsignaled buffers
Change-Id: I2b743100a49d1328177230c1952580b62543b245
CRs-Fixed: 2449258
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
2020-03-21 00:39:23 +05:30
SamarV-121
d1373bf796 Revert "sdm710-common: Remove FM radio for now"
This reverts commit b72df23f96.

Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
2020-03-15 12:07:13 +05:30
shoudil
caeca8272f sdm710-common: add new property
The property will be used to detect the framework type
at runtime.

Change-Id: Id5ede408641cd371d546ee5b35087c71781e380b
CRs-Fixed: 2379644

Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
2020-03-13 19:43:37 +05:30
Peter Cai
b6324d4309 sdm710-common: Override ro.adb.secure for eng builds
* `/vendor/default.prop` is setting `ro.adb.secure=1`.

Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
2020-03-12 20:13:54 +05:30
SamarV-121
100eead59b sdm710-common: Move system props to product
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
2020-03-12 20:11:21 +05:30
Renamed from system_prop.mk (Browse further)