summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Revert "bluetooth: enable ble"HEADo8.1André Pinela2017-10-152-5/+0
| | | | | | | This reverts commit 2d36b633e182a308f2f7c22aee118a87907d6695. Change-Id: If48a664943e572132aff027e56a04f61cde949fd Signed-off-by: André Pinela <sheffzor@gmail.com>
* grouper: libbt: use ldisc instead of procfsMyles Watson2017-10-151-1/+2
| | | | | | | | Depends on https://chromium-review.googlesource.com/#/c/278243/ Change-Id: Ibb99ce9b0638ee2b6e5c11fab4f9149a5b8c4a3d Signed-off-by: Myles Watson <mylesgw@google.com> Signed-off-by: André Pinela <sheffzor@gmail.com>
* bluetooth: Use custom vendor configAndré Pinela2017-10-152-0/+11
| | | | | | | * Import from hardware/broadcom/libbt/include/vnd_grouper.txt Change-Id: I62661ee3f5d934656fb49157d1c290fcbd924ee2 Signed-off-by: André Pinela <sheffzor@gmail.com>
* grouper: Replace net_bt_stack group with bluetoothAndré Pinela2017-10-151-8/+8
| | | | | Change-Id: If17fa3e99b7eb779b02119ce45679c9bcd318c79 Signed-off-by: André Pinela <sheffzor@gmail.com>
* device: Add Bluetooth HIDL implementation and vendor libAndré Pinela2017-10-141-0/+5
| | | | | Change-Id: Ieb5daec1d89a0ae7477a195b8388338c7c58f324 Signed-off-by: André Pinela <sheffzor@gmail.com>
* grouper: wifi: add wificond to productsAndré Pinela2017-10-131-0/+1
| | | | | Change-Id: I24e1552992a8330e36b933a9c19fe8689dc94286 Signed-off-by: André Pinela <sheffzor@gmail.com>
* manifest: Switch to binderized Wi-Fi serviceAndré Pinela2017-10-131-0/+1
| | | | | Change-Id: I5be74dec25d3872ed64e4707912f342fa8b27fc1 Signed-off-by: André Pinela <sheffzor@gmail.com>
* grouper: wifi: Move wpa_supplicant to vendorAndré Pinela2017-10-061-1/+1
| | | | | Change-Id: Id3663ff83b494abd4bf0ba8b3b918aac58463b3d Signed-off-by: André Pinela <sheffzor@gmail.com>
* grouper: wifi: Do not define superfluous wpa_supplicant serviceAndré Pinela2017-10-061-14/+0
| | | | | Change-Id: I1ff74c60c2870e03c39cccad401c6e49be0274f4 Signed-off-by: André Pinela <sheffzor@gmail.com>
* grouper: Build some required HIDL HALsAndré Pinela2017-10-061-2/+5
| | | | | Change-Id: Ifd7c9e93db703efeb943dc2e61607434595c7494 Signed-off-by: André Pinela <sheffzor@gmail.com>
* grouper: Add HIDL manifestAndré Pinela2017-10-062-0/+23
| | | | | Change-Id: I6ab91fd76c1235889d0aa50b6e8e3dc220443be6 Signed-off-by: André Pinela <sheffzor@gmail.com>
* HAL: Align error code with HIDL wrapperKevin Rocard2017-10-061-4/+4
| | | | | | | | | | | | | | | | | | | | | Here is how the HIDL wrapper interprets status error codes: 0 => Result::OK -EINVAL => Result::INVALID_ARGUMENTS -ENODATA => Result::INVALID_STATE -ENODEV => Result::NOT_INITIALIZED -ENOSYS => Result::NOT_SUPPORTED otherwise => Result::INVALID_STATE This is consistent with most of the hal. This patch changes the few places where it was not to unify the behaviours. Test: vts-tradefed run vts --module VtsHalAudioV2_0Target Test: call/play music/record/video... Bug: 36311550 Change-Id: Id821d15ae3269cd2c9699924e2b174c7347a6d07 Signed-off-by: Kevin Rocard <krocard@google.com> Signed-off-by: André Pinela <sheffzor@gmail.com>
* grouper: libgpsd-compat: Include libsensor shared libAndré Pinela2017-09-291-1/+1
| | | | | | | This fixes the build error Change-Id: Ia9575e1980dad307165ee6905a73af54217f9ffe Signed-off-by: André Pinela <sheffzor@gmail.com>
* common: Switch to hardware/nvidia/tegra3D. Andrei Măceș2017-04-1683-16174/+6
| | | | Change-Id: I657ef0a3502ef944a9427c768c9c959d3cbdcd0c
* nfc: libnfc_jni: use android-support-v4 static libAndré Pinela2017-04-041-0/+2
| | | | | Change-Id: Ib713334c291f2e0fe97ce984fb4800eee5e3546b Signed-off-by: André Pinela <sheffzor@gmail.com>
* fstab: mark /cache and /data as formattableZiyan2017-03-241-2/+2
| | | | | | | This fixes an issue with invalid /cache filesystem preventing boot. If /data needs to be reformatted, it will be formatted to f2fs. Change-Id: I8b4b0ead86b5548c6e769a606fde57c07dd6c9a2
* Move /per partition mounting to init.grouper.rcZiyan2017-03-164-3/+12
| | | | | | | | | | This partition contains the various device calibration files, including sensors. It seems that some devices don't have this partition present, failing to mount fstab, hence failing to launch late-start class, breaking boot. Moving the mount outside fstab fixes the problem. Change-Id: If23c570a95b3318f68e5eb3beda30c8e79966c9c
* Update kernel locationZiyan2017-03-081-1/+1
| | | | Change-Id: I2660f1c2b3c11db1bdeaa91b356e440cf6236101
* init: Switch to BFQ on sys.boot_completed & other I/O tweaksD. Andrei Măceș2017-01-311-10/+13
| | | | Change-Id: I455547d746b53683eac26241541b65d904404bad
* init: ksm: Enable deferred timers for scanner threadD. Andrei Măceș2016-11-251-0/+1
| | | | Change-Id: Id0bb89b17c66bea624683b5475772a91c334c52f
* grouper: remove unused old flagAndré Pinela2016-11-121-3/+0
| | | | Change-Id: I84eb94e69301daa79632e6a0bb2980a7edf5fd6e Signed-off-by: André Pinela <sheffzor@gmail.com>
* grouper: Use the commonized generic DRM blobsD. Andrei Măceș2016-10-141-1/+1
| | | | Change-Id: Ib70bbe5723374041b7c76e774ce5cd6817e7779b
* sepolicy: Remove setup_fs supportD. Andrei Măceș2016-10-082-15/+0
| | | | Change-Id: I333809aa66f0dfcc4a89bd148d3eb77789ec3707
* Build libstlport in external/stlportAndré Pinela2016-10-037-136/+0
| | | | | Change-Id: I4ff639b589d39fc5651f5bb7da8bceb47aeefd52 Signed-off-by: André Pinela <sheffzor@gmail.com>
* grouper: Fix a typo in TARGET_RECOVERY_FSTAB definitionAndré Pinela2016-10-011-1/+1
| | | | Change-Id: Ic3db7f88c848286ee9980eb9b6e5ee26686971fc
* Merge "grouper: use "real" shadows in recents UI" into aosp-7.0André Pinela2016-09-221-3/+0
|\
| * grouper: use "real" shadows in recents UIAndré Pinela2016-09-211-3/+0
| | | | | | | | Change-Id: Ic832fb5a2886c597a323916f4dd236a69906877c
* | sepolicy: label metadata block deviceAndré Pinela2016-09-211-0/+1
|/ | | | Change-Id: Id0fa573a36f69a4ec9fa55d970a096d06203ffd7
* grouper: Build Terminal (eng/userdebug only)D. Andrei Măceș2016-09-211-0/+6
| | | | Change-Id: Ia5c5557e4f69e8d95285c0a593eb2e5371ee7c80
* grouper: move BOARD_HAL_STATIC_LIBRARIES to BoardConfigCommonAndré Pinela2016-09-202-2/+3
| | | | Change-Id: Idde984eb85412b23d1204572b5d9f9f51d0d5fdf
* Merge "grouper: remove setup_fs" into aosp-7.0André Pinela2016-09-202-10/+0
|\
| * grouper: remove setup_fsAndré Pinela2016-09-152-10/+0
| | | | | | | | Change-Id: I37495acc153bda0140a0ffab22ce5339b19ea744
* | Add open-sourced libstagefrighthwZiyan2016-09-184-1/+268
|/ | | | Change-Id: I0ca64e05747e685a23a54c4bdf01f6812526f51c
* grouper: don't build f2fs userimage on non-linux OSAndré Pinela2016-09-141-0/+2
| | | | | | | because this will forcly use f2fs tools and these doesn't work on darwin OS's, breaking the build. Change-Id: I394a44eed4996dcda47e68e03b78eb5d597e590c
* bluetooth: enable bleAndré Pinela2016-09-082-0/+5
| | | | Change-Id: I1e6d6b292f082a32f3f4cc430afc9d8021f8dad3
* f2fs: add mkfs and fsck to match fstab configvocoderism2016-09-071-1/+3
| | | | | Change-Id: I3c5c20b28c4a2cfae8e0908459f9529b4f4030da Signed-off-by: André Pinela <sheffzor@gmail.com>
* power hal: requestPmQosTimed: remove logcat spamAndré Pinela2016-09-041-1/+1
| | | | Change-Id: I94ba1039bc58f7584a14de6a22fc9a9e8e548055
* overlay: remove deprecated storage_list.xmlAndré Pinela2016-09-041-28/+0
| | | | Change-Id: I7b78a4e7cdf7ea260077f895ba9ce3fec4f11783
* grouper: gps: hex edit for better N userspace compatibility (2/2)Ziyan2016-09-031-44/+0
| | | | | - CRYPTO_malloc calls replaced and adjusted to calloc - removed non-existent android::Singleton<android::SensorManager>::sLock usage
* kernel: explicitly set kernel toolchain and prefixAndré Pinela2016-09-031-0/+2
| | | | | Change-Id: I3e51e7362ba163b4855cca08646184e8d526361f Signed-off-by: André Pinela <sheffzor@gmail.com>
* grouper: use clang platform buildsAndré Pinela2016-09-031-0/+3
| | | | | Change-Id: I2fda04f6c9a4da1315261ba1dd2498ba7a7537a6 Signed-off-by: André Pinela <sheffzor@gmail.com>
* grouper: configure jemalloc for low-memoryAndré Pinela2016-09-031-0/+3
| | | | | | | https://github.com/android/platform_build/blob/nougat-release/core/envsetup.mk#L162 Change-Id: I42cd3a74d36388899a2be6f998853c4a1f1cb2cf Signed-off-by: André Pinela <sheffzor@gmail.com>
* grouper: fstab: disable f2fs on cache and remove noauto_da_alloc on ext4André Pinela2016-09-032-4/+3
| | | | | | | set /sys/block/mmcblk0/queue/read_ahead_kb to 256 to optimize emmc performance Change-Id: I7e61e977fa8861d8a1c08af48438fd479a25994d Signed-off-by: André Pinela <sheffzor@gmail.com>
* overlay: location: Add GMS provider (keep fused/remove deprecated)D. Andrei Măceș2016-09-011-0/+7
| | | | Change-Id: Ie6dc34928140444ca5941133568c43b505731907
* ueventd: update /dev/tegra_avpchannel groupZiyan2016-09-011-1/+1
| | | | | ...otherwise, our libraries will silently break and we will spend hours figuring out why.
* overlay: Don't override powercontrol widget in SettingsD. Andrei Măceș2016-09-011-3/+0
| | | | | | | | | | This prevents a Settings FC, just after bootup (at least on 7.0.0_r1): 08-31 13:20:39.098: E/AndroidRuntime(2243): FATAL EXCEPTION: main 08-31 13:20:39.098: E/AndroidRuntime(2243): Process: com.android.settings, PID: 2243 08-31 13:20:39.098: E/AndroidRuntime(2243): java.lang.RuntimeException: Unable to start receiver com.android.settings.widget.SettingsAppWidgetProvider: java.lang.IllegalStateException: User 0 must be unlocked for widgets to be available Change-Id: I6bec88ad51e86788252660c5de617c33ca3d4a74
* Pre-optimize the boot image only to save /system spaceZiyan2016-08-311-0/+3
|
* grouper: switch to gpsd from manta (2/2)Ziyan2016-08-307-28/+198
|
* gps: disable sensor usageZiyan2016-08-301-0/+4
| | | | This isn't working on grouper, and creates unnecessary denials.
* grouper: move libstlport from tilapia to grouper (2/2)Ziyan2016-08-308-0/+139
|