Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pull Request for branch lineage-15.1 #5

Open
wants to merge 28 commits into
base: lineage-15.1_JBL
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
d685da1
griffin: Build SDM livedisplay HAL
erfanoabdi Apr 9, 2018
56d3bf1
griffin: time_daemon: use /persist to store offset to RTC
weivincewang Jun 30, 2017
d1bce33
griffin: enable “fast input” policy for mic
erfanoabdi Apr 9, 2018
baf52d9
griffin: update wcnss_filter service
erfanoabdi Apr 9, 2018
e1f061c
griffin: Build a system version of [email protected] for imsvt
Rashed97 Apr 9, 2018
dadf6eb
griffin: Increase media volume steps 15 -> 25
sam3000 Feb 25, 2018
315108e
griffin: Drop useless CNE related flag
bgcngm Apr 9, 2018
5a44155
griffin: Remove legacy lights HAL flag
bgcngm Apr 9, 2018
26b3c98
griffin: Drop USB HAL service
bgcngm Apr 9, 2018
fcc18db
griffin: update treble configs
erfanoabdi Apr 11, 2018
e1c45bb
griffin: add QTEEConnector
erfanoabdi Apr 16, 2018
eea2810
griffin: add Machine Learning blobs
erfanoabdi Apr 16, 2018
169d485
griffin: add more camera blobs
erfanoabdi Apr 16, 2018
6b31133
griffin: add tetheroffload hals to manifest
erfanoabdi Apr 16, 2018
0f29bbd
griffin: add qti.hardware.data.latency hal
erfanoabdi Apr 16, 2018
135e063
Revert "griffin: time_daemon: use /persist to store offset to RTC"
erfanoabdi Apr 18, 2018
cfe1fd3
griffin: use /data/time for time services
erfanoabdi Apr 19, 2018
a62fd4c
Build libgps.utils with VNDK.
smore-lore Jun 30, 2017
5e498e4
Don't rely on transitively included headers
jiyongp Sep 6, 2017
1066274
Move [email protected] to vendor
szuweilin Jun 28, 2017
18ff7ac
Remove hardcoded LOCAL_MODULE_PATHS from vendor components. (gps)
Jun 17, 2017
2a453f1
griffin: fix [email protected]
Apr 25, 2017
492f9cf
griffin: show only “Moto Z” in about
erfanoabdi Apr 21, 2018
a51e0e6
griffin: cleanup untrusted_app sepolicies
erfanoabdi Apr 22, 2018
76e51ce
griffin: Don't build vendor.lineage.livedisplay-V1.0-java
moetayuko Apr 22, 2018
2b94f99
Update lineage.mk
StefanV3 Apr 23, 2018
a3b8005
Add files via upload
StefanV3 Apr 23, 2018
d3d2dfb
Update init.qcom.power.rc
StefanV3 Apr 23, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,6 @@ ENABLE_CPUSETS := true
# Crypto
TARGET_HW_DISK_ENCRYPTION := true

# CNE and DPM
BOARD_USES_QCNE := true

# Partitions
BOARD_CACHEIMAGE_FILE_SYSTEM_TYPE := ext4
BOARD_FLASH_BLOCK_SIZE := 262144
Expand Down Expand Up @@ -200,6 +197,12 @@ USE_OPENGL_RENDERER := true
PROTOBUF_SUPPORTED := true
TARGET_RIL_VARIANT := caf

# Treble
BOARD_PROPERTY_OVERRIDES_SPLIT_ENABLED := true
PRODUCT_FULL_TREBLE_OVERRIDE := true
PRODUCT_SHIPPING_API_LEVEL := 23
PRODUCT_COMPATIBILITY_MATRIX_LEVEL_OVERRIDE := 27

# NFC
BOARD_NFC_CHIPSET := pn544
BOARD_NFC_HAL_SUFFIX := $(TARGET_BOARD_PLATFORM)
Expand All @@ -216,9 +219,6 @@ BOARD_HAVE_BLUETOOTH := true
BOARD_HAVE_BLUETOOTH_QCOM := true
QCOM_BT_USE_BTNV := true

# Lights
TARGET_PROVIDES_LIBLIGHT := true

# Camera
BOARD_QTI_CAMERA_32BIT_ONLY := true
USE_DEVICE_SPECIFIC_CAMERA := true
Expand Down
6 changes: 5 additions & 1 deletion audio/audio_policy_configuration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,9 @@
<profile name="" format="AUDIO_FORMAT_PCM_16_BIT"
samplingRates="8000,11025,12000,16000,22050,24000,32000,44100,48000"
channelMasks="AUDIO_CHANNEL_IN_MONO,AUDIO_CHANNEL_IN_STEREO,AUDIO_CHANNEL_IN_FRONT_BACK,AUDIO_CHANNEL_IN_AMBISONIC,AUDIO_CHANNEL_INDEX_MASK_3,AUDIO_CHANNEL_INDEX_MASK_4"/>
<profile name="" format="AUDIO_FORMAT_PCM_8_24_BIT"
</mixPort>
<mixPort name="fast input" role="sink" flags="AUDIO_INPUT_FLAG_FAST">
<profile name="" format="AUDIO_FORMAT_PCM_16_BIT"
samplingRates="8000,11025,12000,16000,22050,24000,32000,44100,48000"
channelMasks="AUDIO_CHANNEL_IN_MONO,AUDIO_CHANNEL_IN_STEREO,AUDIO_CHANNEL_IN_FRONT_BACK,AUDIO_CHANNEL_IN_AMBISONIC,AUDIO_CHANNEL_INDEX_MASK_3,AUDIO_CHANNEL_INDEX_MASK_4"/>
</mixPort>
Expand Down Expand Up @@ -140,6 +142,8 @@
sources="voice_tx"/>
<route type="mix" sink="primary input"
sources="Built-In Mic,Built-In Back Mic,Wired Headset Mic,BT SCO Headset Mic,FM tuner"/>
<route type="mix" sink="fast input"
sources="Built-In Mic,Built-In Back Mic,Wired Headset Mic,BT SCO Headset Mic,FM tuner"/>
<route type="mix" sink="voice_rx"
sources="Telephony Rx"/>
</routes>
Expand Down
Loading