OSDN Git Service

android-x86/device-generic-common.git
7 years agoMerge remote-tracking branch 'x86/nougat-x86' into cm-14.0-x86 cm-14.0-x86
Jaap Jan Meijer [Wed, 12 Oct 2016 14:23:54 +0000 (16:23 +0200)]
Merge remote-tracking branch 'x86/nougat-x86' into cm-14.0-x86

7 years agoSupport BT HCI UART devices
Chih-Wei Huang [Wed, 12 Oct 2016 12:50:06 +0000 (20:50 +0800)]
Support BT HCI UART devices

Set appropriate properties to start btattach service.

Add BT related tools and remove obsolete code for BlueZ.

7 years agoUpdate PRODUCT_COPY_FILES to match default androidboot.hardware
Jaap Jan Meijer [Tue, 11 Oct 2016 17:56:01 +0000 (19:56 +0200)]
Update PRODUCT_COPY_FILES to match default androidboot.hardware

androidboot.hardware is set by default to TARGET_PRODUCT
this is not the same as PRODUCT_RELEASE_NAME used in PRODUCT_COPY_FILES

7 years agomake INSTALL_PREFIX compatible with Ninja builds
Jaap Jan Meijer [Mon, 10 Oct 2016 18:20:30 +0000 (20:20 +0200)]
make INSTALL_PREFIX compatible with Ninja builds

7 years agoMerge remote-tracking branch 'x86/nougat-x86' into cm-14.0-x86
Jaap Jan Meijer [Thu, 6 Oct 2016 18:52:13 +0000 (20:52 +0200)]
Merge remote-tracking branch 'x86/nougat-x86' into cm-14.0-x86

7 years agoEnable Fluoride Bluetooth stack
Chih-Wei Huang [Thu, 6 Oct 2016 13:47:53 +0000 (21:47 +0800)]
Enable Fluoride Bluetooth stack

7 years agoMerge remote-tracking branch 'x86/marshmallow-x86' into nougat-x86
Chih-Wei Huang [Wed, 5 Oct 2016 16:25:17 +0000 (00:25 +0800)]
Merge remote-tracking branch 'x86/marshmallow-x86' into nougat-x86

Conflicts:
BoardConfig.mk

7 years agoSet INSTALL_PREFIX for cm-x86
Chih-Wei Huang [Fri, 30 Sep 2016 05:08:23 +0000 (13:08 +0800)]
Set INSTALL_PREFIX for cm-x86

7 years agoMerge remote-tracking branch 'x86/marshmallow-x86' into cm-13.0-x86
Chih-Wei Huang [Tue, 27 Sep 2016 14:15:21 +0000 (22:15 +0800)]
Merge remote-tracking branch 'x86/marshmallow-x86' into cm-13.0-x86

Conflicts:
BoardConfig.mk

7 years agoAdd AMD and Nvidia GPU modules to deferred list
Chih-Wei Huang [Tue, 27 Sep 2016 10:40:44 +0000 (18:40 +0800)]
Add AMD and Nvidia GPU modules to deferred list

These modules will be deferred loaded in the last coldboot stage.

7 years agoRemove androidboot.hardware from cmdline
Chih-Wei Huang [Tue, 27 Sep 2016 07:13:33 +0000 (15:13 +0800)]
Remove androidboot.hardware from cmdline

Now the target name is hardcoded into android init.

7 years agoadd ONDA tablet iio.accelerometer tranformation matrix
youling257 [Sat, 24 Sep 2016 17:27:58 +0000 (01:27 +0800)]
add ONDA tablet iio.accelerometer tranformation matrix

Signed-off-by: youling257 <youling257@gmail.com>
7 years agoadd ST70416-6 iio.accelerometer tranformation matrix
Mario Holzinger [Sun, 17 Jul 2016 10:09:54 +0000 (12:09 +0200)]
add ST70416-6 iio.accelerometer tranformation matrix

7 years agoSet default density to 160
Chih-Wei Huang [Thu, 22 Sep 2016 14:42:21 +0000 (22:42 +0800)]
Set default density to 160

Suggested by Jaap Jan Meijer.

7 years agoMerge remote-tracking branch 'x86/marshmallow-x86' into cm-13.0-x86
Chih-Wei Huang [Wed, 21 Sep 2016 04:58:42 +0000 (12:58 +0800)]
Merge remote-tracking branch 'x86/marshmallow-x86' into cm-13.0-x86

Conflicts:
BoardConfig.mk
packages.mk

7 years agopackages.mk: add f2fs utilities android-x86-6.0-r1
Chih-Wei Huang [Mon, 12 Sep 2016 18:11:49 +0000 (02:11 +0800)]
packages.mk: add f2fs utilities

7 years agoRevert "init.sh: fix ASUS T100 buttons"
Chih-Wei Huang [Mon, 12 Sep 2016 18:11:06 +0000 (02:11 +0800)]
Revert "init.sh: fix ASUS T100 buttons"

This reverts commit 34a78d5cb6e9797eba6caec2604e2c3f349a2fc2.

7 years agoMerge remote-tracking branch 'x86/marshmallow-x86' into nougat-x86
Chih-Wei Huang [Thu, 8 Sep 2016 06:27:59 +0000 (14:27 +0800)]
Merge remote-tracking branch 'x86/marshmallow-x86' into nougat-x86

7 years agoinit.sh: fix ASUS T100 buttons
Chih-Wei Huang [Tue, 6 Sep 2016 18:47:19 +0000 (02:47 +0800)]
init.sh: fix ASUS T100 buttons

It's strange the module soc_button_array can't detect the input
devices on being loaded by ueventd.

The workaround is to unload and reload it.

7 years agoAdd a hook after boot complete
Chih-Wei Huang [Fri, 26 Aug 2016 14:20:58 +0000 (22:20 +0800)]
Add a hook after boot complete

Vendors could provide a post processing function.

7 years agoAdd a compiled-classes filter file
Chih-Wei Huang [Fri, 26 Aug 2016 14:16:48 +0000 (22:16 +0800)]
Add a compiled-classes filter file

Using a compiled-classes file filters non-mentioned classes from being
compiled into the boot.oat file(s) to reduce the size of the boot image.

7 years agoEnable SELinux permissive mode
Chih-Wei Huang [Thu, 25 Aug 2016 17:43:36 +0000 (01:43 +0800)]
Enable SELinux permissive mode

SELinux can't be disabled in Android 7.0. Before we completely
define our sepolicy, we can only run the permissive mode.

7 years agoFix building errors of nougat-x86
Chih-Wei Huang [Wed, 3 Aug 2016 08:48:58 +0000 (16:48 +0800)]
Fix building errors of nougat-x86

7 years agohoudini: support Intel's implementation
Chih-Wei Huang [Fri, 15 Jul 2016 03:06:24 +0000 (11:06 +0800)]
houdini: support Intel's implementation

NO_REF_TASK
Tested: pass all test cases of check_houdini.sh

Change-Id: I37ed20cec5354575671f3ea58c0b041774fa6dae

7 years agoAndroid-x86 6.0-rc2 release (20160815)
Chih-Wei Huang [Mon, 15 Aug 2016 01:44:19 +0000 (09:44 +0800)]
Android-x86 6.0-rc2 release (20160815)

Enable the features from Intel.

7 years agoinit.sh: support IntelHDMI audio HAL
Chih-Wei Huang [Mon, 8 Aug 2016 07:41:54 +0000 (15:41 +0800)]
init.sh: support IntelHDMI audio HAL

Only enable IntelHDMI audio HAL if it's the only sound card.
It doesn't work on devices other than ASUS ViVoStick (TS10).

7 years agoMerge remote-tracking branch 'x86/marshmallow-x86' into cm-13.0-x86
Jaap Jan Meijer [Fri, 29 Jul 2016 16:42:27 +0000 (18:42 +0200)]
Merge remote-tracking branch 'x86/marshmallow-x86' into cm-13.0-x86

7 years agoinit.x86.rc: move symlink of /lib to init.rc
Chih-Wei Huang [Fri, 29 Jul 2016 13:06:25 +0000 (21:06 +0800)]
init.x86.rc: move symlink of /lib to init.rc

It's too late to do here.

7 years agoRevert "init: Fix sensors never detected when not available at first boot"
Chih-Wei Huang [Fri, 29 Jul 2016 03:46:46 +0000 (11:46 +0800)]
Revert "init: Fix sensors never detected when not available at first boot"

It should be fixed in sensors.hsb directly.

This reverts commit cc1a67274cc608e1f7f5cbaa08f7bec90fafdeb3.

7 years agoconfig: Move the inclusion of CM specific stuff to prevent overriding
Jaap Jan Meijer [Thu, 28 Jul 2016 22:09:23 +0000 (00:09 +0200)]
config: Move the inclusion of CM specific stuff to prevent overriding

7 years agoinit: Setup WiFi properties specific for CM
Jaap Jan Meijer [Thu, 28 Jul 2016 21:36:01 +0000 (23:36 +0200)]
init: Setup WiFi properties specific for CM

7 years agoinit: Fix sensors never detected when not available at first boot
Jaap Jan Meijer [Thu, 28 Jul 2016 16:05:20 +0000 (18:05 +0200)]
init: Fix sensors never detected when not available at first boot

It's possible that no sensors are available at first boot.
By default they will not be checked again, with this patch Android will check every boot.

7 years agoinit: Add dhcpcd services for bt-pan to enable BT tethering
Jaap Jan Meijer [Thu, 28 Jul 2016 15:53:59 +0000 (17:53 +0200)]
init: Add dhcpcd services for bt-pan to enable BT tethering

7 years agoinit: Only tell Android we have a ril when we have one
Jaap Jan Meijer [Thu, 28 Jul 2016 15:38:51 +0000 (17:38 +0200)]
init: Only tell Android we have a ril when we have one

7 years agoDO NOT MERGE temporary fix for broken wget script in CM13.0
meijjaa [Tue, 29 Mar 2016 20:29:37 +0000 (22:29 +0200)]
DO NOT MERGE temporary fix for broken wget script in CM13.0

CM13.0 is using a wrapper script for curl to mimic wget but it's still WiP
and breaks the enable_nativebridge script. This patch explicitly uses busybox wget.

Conflicts:
nativebridge/bin/enable_nativebridge

7 years agoUpdate for CM naming convention
meijjaa [Thu, 18 Feb 2016 22:07:40 +0000 (23:07 +0100)]
Update for CM naming convention

7 years agoAdd common CM configuration
meijjaa [Wed, 17 Feb 2016 18:51:30 +0000 (19:51 +0100)]
Add common CM configuration

7 years agoconfig: update packages for cm-13.0
meijjaa [Mon, 8 Feb 2016 19:21:35 +0000 (20:21 +0100)]
config: update packages for cm-13.0

Conflicts:
packages.mk

7 years agoegl: enable BOARD_EGL_WORKAROUND_BUG_10194508
meijjaa [Mon, 8 Feb 2016 19:20:50 +0000 (20:20 +0100)]
egl: enable BOARD_EGL_WORKAROUND_BUG_10194508

Conflicts:
BoardConfig.mk

7 years agoAdd ffmpeg media codecs
meijjaa [Thu, 4 Feb 2016 22:08:40 +0000 (23:08 +0100)]
Add ffmpeg media codecs

7 years agoRemoved BOARD_WPA_SUPPLICANT_PRIVATE_LIB, no need for it in cm
meijjaa [Sat, 30 Jan 2016 23:18:45 +0000 (00:18 +0100)]
Removed BOARD_WPA_SUPPLICANT_PRIVATE_LIB, no need for it in cm

7 years agoDo net set WIFI_DRIVER_MODULE_PATH, CM will assume we preloaded the driver
meijjaa [Sat, 30 Jan 2016 18:38:22 +0000 (19:38 +0100)]
Do net set WIFI_DRIVER_MODULE_PATH, CM will assume we preloaded the driver

7 years agoinit.sh: skip useless cmdline
Chih-Wei Huang [Thu, 21 Jul 2016 15:26:03 +0000 (23:26 +0800)]
init.sh: skip useless cmdline

7 years agonativebridge: support different installations
Chih-Wei Huang [Thu, 14 Jul 2016 06:41:36 +0000 (14:41 +0800)]
nativebridge: support different installations

7 years agoinit.sh: change uvesafb default mode to 1024x768
Chih-Wei Huang [Thu, 14 Jul 2016 05:33:34 +0000 (13:33 +0800)]
init.sh: change uvesafb default mode to 1024x768

Currently the software rendering works better with 1024x768.

Remove obsolete device specified modes because they are
supported by the native framebuffer driver.

Re-enable the Setup Wizard for the software rendering case.

7 years agoCreate an x86_64.mk as a base of all 64-bit targets
Chih-Wei Huang [Thu, 14 Jul 2016 02:33:05 +0000 (10:33 +0800)]
Create an x86_64.mk as a base of all 64-bit targets

7 years agoinit.sh: honor sensors.${ro_hardware}.so first
Chih-Wei Huang [Sat, 9 Jul 2016 15:23:31 +0000 (23:23 +0800)]
init.sh: honor sensors.${ro_hardware}.so first

A change suggested by Roman Petrovski.

7 years agopackages.mk: add fsck.exfat and mkfs.exfat
Chih-Wei Huang [Wed, 6 Jul 2016 19:08:13 +0000 (03:08 +0800)]
packages.mk: add fsck.exfat and mkfs.exfat

Now these are real executables instead of symbolic links.

7 years agoChange ro.rtc_local_time to persist.rtc_local_time
Ma Jian [Sun, 12 Jun 2016 10:03:32 +0000 (18:03 +0800)]
Change ro.rtc_local_time to persist.rtc_local_time

Make it easy for user to config whether use local time or utc for rtc.

NO_REF_TASK
Tested: local build and set persist.rtc_local_time with 0 and 1
when 0 is set, bios will use utc time
when 1 is set, bios will use local time

Change-Id: I38dbacf273fa8f1958b34aef479d8351d6a81a16

7 years agoinit.sh: set sensor hal to hdaps if lis3lv02d_i2c is loaded
Chih-Wei Huang [Wed, 22 Jun 2016 12:02:36 +0000 (20:02 +0800)]
init.sh: set sensor hal to hdaps if lis3lv02d_i2c is loaded

A patch proposed by Hypo Turtle <hypoturtle@gmail.com>.

7 years agoAndroid-x86 6.0-rc1 release (20160608)
Chih-Wei Huang [Tue, 7 Jun 2016 17:45:31 +0000 (01:45 +0800)]
Android-x86 6.0-rc1 release (20160608)

7 years agoinit.sh: support the accelerometer of HP laptops
Suici Doga [Tue, 7 Jun 2016 12:08:24 +0000 (20:08 +0800)]
init.sh: support the accelerometer of HP laptops

7 years agoAdd the Power HAL for x86
Chih-Wei Huang [Sun, 5 Jun 2016 11:20:19 +0000 (19:20 +0800)]
Add the Power HAL for x86

7 years agoFix some Mac WiFi drivers conflict
Li Xin [Fri, 3 Jun 2016 07:00:21 +0000 (15:00 +0800)]
Fix some Mac WiFi drivers conflict

Fix MacBook 2013-2015 (Air6/7&Pro11/12) BCM4360 ssb&wl drivers conflict.

https://en.wikipedia.org/wiki/MacBook_Air#Specifications
https://en.wikipedia.org/wiki/MacBook_Pro#Technical_specifications_3

7 years agoinit: move the init.sh execution to the post-fs stage
Chih-Wei Huang [Fri, 3 Jun 2016 04:30:53 +0000 (12:30 +0800)]
init: move the init.sh execution to the post-fs stage

7 years agoinit.sh: disable hwcomposer of the virgl gpu
Chih-Wei Huang [Fri, 3 Jun 2016 04:29:29 +0000 (12:29 +0800)]
init.sh: disable hwcomposer of the virgl gpu

Currently it only work with the tested virgl branch.

7 years agoinit.sh: fix the Cube i7 Stylus tablet sensor orientation
Chih-Wei Huang [Fri, 3 Jun 2016 04:25:41 +0000 (12:25 +0800)]
init.sh: fix the Cube i7 Stylus tablet sensor orientation

7 years agoinit.sh: don't try to load the dummy camera driver
Chih-Wei Huang [Fri, 3 Jun 2016 04:05:58 +0000 (12:05 +0800)]
init.sh: don't try to load the dummy camera driver

Now the camera app will be hidden if no camera device is found.
So remove the obsolete code.

7 years agoavoid dalvik-cache for system binaries
Ma Jian [Fri, 20 May 2016 03:16:26 +0000 (11:16 +0800)]
avoid dalvik-cache for system binaries

ref T7670
tested: local build and install, verify the /data/dalvik-cache after
first boot, there should not be dex patch for system binaries

Change-Id: Id38c6690812639da2a7aef0e27bacc36b91b6ecd

7 years agoinclude libtxc_dxn to support S3TC texture compression for mesa
WuZhen [Fri, 19 Feb 2016 08:59:07 +0000 (16:59 +0800)]
include libtxc_dxn to support S3TC texture compression for mesa

NO_REF_TASK
tested: local run

Change-Id: I1e0641870723cd087d79d0f10b07e17c4d542761

7 years agonativebridge: download and mount sfs
Chih-Wei Huang [Tue, 17 May 2016 16:05:26 +0000 (00:05 +0800)]
nativebridge: download and mount sfs

7 years agoChange btattach to be a standard android service
Chih-Wei Huang [Sat, 14 May 2016 18:16:29 +0000 (02:16 +0800)]
Change btattach to be a standard android service

7 years agonativebridge: remove cpuinfo
Chih-Wei Huang [Fri, 13 May 2016 07:31:01 +0000 (15:31 +0800)]
nativebridge: remove cpuinfo

7 years agonativebridge: move 64-bit properties to its own configurations
Chih-Wei Huang [Fri, 13 May 2016 07:00:56 +0000 (15:00 +0800)]
nativebridge: move 64-bit properties to its own configurations

The current way depends on the target name which is too hacking.
Use the more standard way to handle it.

7 years agoinit.sh: only do set_property on the init stage
Chih-Wei Huang [Mon, 9 May 2016 15:55:25 +0000 (23:55 +0800)]
init.sh: only do set_property on the init stage

7 years agoidc: add more files
Chih-Wei Huang [Mon, 9 May 2016 15:49:40 +0000 (23:49 +0800)]
idc: add more files

7 years agoinit.sh: fix the old software renderer
Chih-Wei Huang [Fri, 6 May 2016 06:15:29 +0000 (14:15 +0800)]
init.sh: fix the old software renderer

We changed the uvesafb to 32-bit for llvmpipe software renderer.
However, it breaks the old AOSP software renderer.

Fix it by determining the bpp via the HWACCEL variable.

7 years agoEnable the support of radeonsi and vmwgfx GPUs
Chih-Wei Huang [Thu, 5 May 2016 19:51:46 +0000 (03:51 +0800)]
Enable the support of radeonsi and vmwgfx GPUs

7 years agoinit.sh: enable llvmpipe software rendering
Chih-Wei Huang [Thu, 5 May 2016 19:44:53 +0000 (03:44 +0800)]
init.sh: enable llvmpipe software rendering

Change uvesafb to 32-bit which is required by the
software rendering.

Enable debug.egl.trace no matter what the GPU is.

7 years agoChange the default firmware dir
Chih-Wei Huang [Thu, 5 May 2016 18:20:06 +0000 (02:20 +0800)]
Change the default firmware dir

7 years agoinit.x86.rc: remove duplicate commands
Chih-Wei Huang [Wed, 9 Mar 2016 16:37:05 +0000 (00:37 +0800)]
init.x86.rc: remove duplicate commands

These are defined in AOSP's init.rc now.

7 years agoUse btattach for BT bcm UART devices
meijjaa [Mon, 22 Feb 2016 18:57:48 +0000 (19:57 +0100)]
Use btattach for BT bcm UART devices

7 years agoSupport virgl GPU
Chih-Wei Huang [Tue, 16 Feb 2016 20:12:48 +0000 (04:12 +0800)]
Support virgl GPU

The patch enables 3D acceleration on QEMU.

7 years agoAdd support for GSL1680 I2C touchscreen on ST70416-6
Mario Holzinger [Wed, 3 Feb 2016 17:14:02 +0000 (18:14 +0100)]
Add support for GSL1680 I2C touchscreen on ST70416-6

7 years agoinit.sh: avoid rild crashing
Chih-Wei Huang [Mon, 1 Feb 2016 17:03:35 +0000 (01:03 +0800)]
init.sh: avoid rild crashing

The rild setting doesn't work now.
Disable it until we have a fix.

7 years agoinit.sh: enable egl trace on error in debug mode
Mauro Rossi [Thu, 24 Dec 2015 16:54:33 +0000 (17:54 +0100)]
init.sh: enable egl trace on error in debug mode

The change enables egl trace on error by setting property debug.egl.trace error,
based on definition of any string in DEBUG variable.

Tested with marshmallow-x86 and applicable also to lollipop-x86.

7 years agoTest build 20151202
Chih-Wei Huang [Wed, 2 Dec 2015 15:55:00 +0000 (23:55 +0800)]
Test build 20151202

7 years agoinit.sh: unmute audio of Broadwell-Y-based tablets
Dmitry Sutyagin [Tue, 24 Nov 2015 10:51:00 +0000 (18:51 +0800)]
init.sh: unmute audio of Broadwell-Y-based tablets

7 years agoUpdate external storage configuration
Chih-Wei Huang [Thu, 26 Nov 2015 07:06:23 +0000 (15:06 +0800)]
Update external storage configuration

Now vold manages external storage in a much more dynamic fashion,
so we no longer need to define FUSE daemons or mount points.

Google internal bug: 19993667

7 years agoinit.x86.rc: use the marshmallow built-in command exec
Chih-Wei Huang [Fri, 20 Nov 2015 17:07:22 +0000 (01:07 +0800)]
init.x86.rc: use the marshmallow built-in command exec

7 years agoBuild v86d from source
Chih-Wei Huang [Tue, 20 Oct 2015 10:37:01 +0000 (18:37 +0800)]
Build v86d from source

Now the source built v86d can work on both 32-bit and 64-bit system.

7 years agoFix the building issues on Android 6.0
Chih-Wei Huang [Sat, 10 Oct 2015 18:31:17 +0000 (02:31 +0800)]
Fix the building issues on Android 6.0

Remove components that can't be built temporarily.

7 years agoandroid-x86 5.1-rc1 release (20151007)
Chih-Wei Huang [Tue, 6 Oct 2015 19:20:17 +0000 (03:20 +0800)]
android-x86 5.1-rc1 release (20151007)

7 years agoAllow to add extra apps
Chih-Wei Huang [Mon, 5 Oct 2015 16:15:38 +0000 (00:15 +0800)]
Allow to add extra apps

Add prebuilt AndroidTerm.apk from Google Play which
is licensed under the Apache License version 2.0.

7 years agoAllow to control native bridge via a property
Chih-Wei Huang [Thu, 1 Oct 2015 17:07:32 +0000 (01:07 +0800)]
Allow to control native bridge via a property

The property is set by the Settings app.

7 years agoEnable native bridge
Chih-Wei Huang [Wed, 30 Sep 2015 10:07:42 +0000 (18:07 +0800)]
Enable native bridge

Add the library libnb and script to support the arm translator.

7 years agoProperly define TARGET_USES_64_BIT_BINDER
Chih-Wei Huang [Sun, 26 Jul 2015 11:55:50 +0000 (19:55 +0800)]
Properly define TARGET_USES_64_BIT_BINDER

If TARGET_ARCH or TARGET_KERNEL_ARCH is 64-bit,
TARGET_USES_64_BIT_BINDER should be true.

7 years agoinit.sh: add support of iio sensors
Chih-Wei Huang [Sat, 6 Jun 2015 00:39:30 +0000 (08:39 +0800)]
init.sh: add support of iio sensors

7 years agobluetooth: disable rfkill for usb bluetooth
André Vitor [Sun, 18 Jan 2015 03:40:15 +0000 (00:40 -0300)]
bluetooth: disable rfkill for usb bluetooth

7 years agoAdd fstab to fix annoying 'RLIMIT_NICE not set' errors
Chih-Wei Huang [Fri, 9 Jan 2015 17:03:47 +0000 (01:03 +0800)]
Add fstab to fix annoying 'RLIMIT_NICE not set' errors

Originally android relies mount_all to trigger some actions.
But android-x86 doesn't use fstab before. So we trigger these
actions on fs stage directly. This works before lollipop.

However, lollipop changed the built-in class main to be
triggerred via init*.rc. So I triggerred it on fs as well.
But this is incorrect. It makes the actions in class main
run before on boot stage. That causes rlimit not being
set for services started in class main.

Fix the issue by adding a fstab and do mount_all on fs stage
like normal android system. It should correct other possible
timing issues.

7 years agoSync with android-x86-4.4-r2 release
Chih-Wei Huang [Thu, 8 Jan 2015 17:31:25 +0000 (01:31 +0800)]
Sync with android-x86-4.4-r2 release

9 years agoSupport calibration of Panasonic Toughbook CF-19 mk2 and mk3 models
Phil Eichinger [Tue, 16 Dec 2014 12:01:06 +0000 (13:01 +0100)]
Support calibration of Panasonic Toughbook CF-19 mk2 and mk3 models

9 years agoandroid_x86: enable embedded Superuser
Chih-Wei Huang [Thu, 11 Dec 2014 16:32:49 +0000 (00:32 +0800)]
android_x86: enable embedded Superuser

9 years agoSupport calibration of Panasonic Toughbook CF-19 mk1 touchscreen
Phil Eichinger [Wed, 10 Dec 2014 09:10:33 +0000 (10:10 +0100)]
Support calibration of Panasonic Toughbook CF-19 mk1 touchscreen

9 years agoInitial lollipop-x86 porting
Chih-Wei Huang [Wed, 5 Nov 2014 03:58:43 +0000 (11:58 +0800)]
Initial lollipop-x86 porting

11 years agoAdd support for per device bluetooth configuration.
Wink Saville [Fri, 17 Aug 2012 16:00:19 +0000 (09:00 -0700)]
Add support for per device bluetooth configuration.

Bug: 6837125
Change-Id: I1773bc63123d71c8708d4328aa472b6ce25a08a5

11 years agoInitial empty repository
Chad Jones [Thu, 16 Aug 2012 22:42:13 +0000 (15:42 -0700)]
Initial empty repository