Android-x86
Fork
Donation

  • R/O
  • HTTP
  • SSH
  • HTTPS

device-generic-common: List of commits

device/generic/common


RSS
Rev. Tiempo Autor
a14f781 multiwindow-oreo 2017-10-02 19:06:40 Chih-Wei Huang

Merge remote-tracking branch 'x86/nougat-x86' into oreo-x86

0b65639 2017-10-02 19:05:10 Chih-Wei Huang

nativebridge: minor fixes

0e92be6 2017-09-19 19:17:33 Chih-Wei Huang

init.sh: enable sdcardfs if possible

Seemingly the sdcardfs doesn't work with tmpfs or 9p.
Don't enable sdcardfs if /data is mounted on these.

8bc352b 2017-09-15 19:10:37 Chih-Wei Huang

Merge remote-tracking branch 'x86/nougat-x86' into oreo-x86

a017e52 2017-09-15 19:10:33 Chih-Wei Huang

Add Android 8.0 HIDL HALs

This is a trial and error list. I'm still not sure what HALs
are necessary.

b0cecb4 2017-09-15 19:10:03 Chih-Wei Huang

Remove private_lib_driver_cmd

I'm not sure if we still need this.

39ba189 2017-09-15 19:09:42 Chih-Wei Huang

build: add rules to build system.sfs

2c04b2e 2017-09-15 18:03:33 Chih-Wei Huang

Remove swrast from BOARD_GPU_DRIVERS

Now we use SwiftShader to do software rendering.

0465c2a 2017-09-15 17:24:26 Chih-Wei Huang

Remove obsolete debug.egl.hw property

803dcc3 2017-09-14 19:24:58 Chih-Wei Huang

init.sh: don't set hardware gralloc if HWACCEL=0

This will disable hardware acceleration.

5e6912c 2017-09-14 18:54:20 Chih-Wei Huang

Delete uesless symlinks

These are not used anymore.

658c992 2017-09-14 18:54:01 Chih-Wei Huang

Add SwiftShader as an alternative OpenGL ES libraries

SwiftShader is a high-performance CPU-based implementation of
the OpenGL ES graphics APIs. Its goal is to provide hardware
independence for advanced 3D graphics.

e77f82d 2017-09-05 19:12:52 Chih-Wei Huang

build: add kernel.mk

To avoid tweaking the Android build system, move the kernel building
rules to our build/tasks/ subfolder. Android build system will read
it automatically.

9668827 2017-09-05 17:09:59 Chih-Wei Huang

Define variables for mksquashfsimage.sh

Now we use AOSP's mksquashfsimage.sh to create system.sfs.
It contains the squashfs directly.

Note this effectively disables read-write support of ntfs/vfat.

52f3f03 2017-08-23 11:29:13 Chih-Wei Huang

Merge remote-tracking branch 'x86/nougat-x86' into oreo-x86

3055318 2017-08-23 11:25:01 Chih-Wei Huang

Revert "Disable forced orientation"

The input issue of forced orientation apps has been fixed.

This reverts commit 4b38ef42d8f4fc046e0d508b099458ae491228ce.

8361fc2 2017-08-23 11:22:47 Chih-Wei Huang

init.sh: enable audio on IEC958

40fce29 2017-08-10 15:59:37 Chih-Wei Huang

overlay: add configs for tethering

2181825 2017-07-27 16:55:24 Chih-Wei Huang

init.sh: allow setting VMware solution via cmdline

The VMware vmwgfx driver doesn't honor the standard video= cmdline.
Force to set the resolution via the debug.drm.mode.force property.

dadd0ec 2017-07-19 12:12:16 Chih-Wei Huang

Remove the obsolete egl.cfg

Now the EGL loader detects the libraries automatically.
The egl.cfg is unnecessary.

2b82b21 2017-07-18 18:14:07 Chih-Wei Huang

Enable gralloc.gbm + hwcomposer.drm for virgl

92c4dce 2017-07-18 16:20:49 Chih-Wei Huang

Add 80860F14:02 to fstab

Suggested by Spin877 <sfumato1977@gmail.com>.

212095f 2017-07-14 11:47:40 Chih-Wei Huang

init.x86.rc: remove dhcpcd services

Android 7 doesn't use dhcpcd anymore. Remove the obsolete services.

0e913fe 2017-07-14 11:44:19 Chih-Wei Huang

packages.mk: add Taskbar

As discussed in the devel group, let the users choose
which launcher to use.

55560af 2017-06-23 16:10:46 android-build-team Robot

release-request-160c4b31-7fa0-4e2b-aabe-85380836a1ce-for-git_oc-release-4129081 snap-temp-L15300000077039010

Change-Id: I24c141c1dd8d0b63ad98ec2dd53d1250ef650027

ec1647d 2017-06-22 21:11:14 Logan Chien

vndk-sp: Remove android.hidl.memory@1.0-impl

This commit removes android.hidl.memory@1.0-impl.so from
/system/lib[64]/vndk-sp becuase android.hidl.memory@1.0.so is using
absolute path and will only search for /system/lib[64]/hw or
/vendor/lib[64]/hw.

Bug: 35107583
Bug: 62778280
Test: sailfish boots
Test: Write a small SP-HAL which links to libhidlmemory, load the
testing SP-HAL lib from system executable, and it works when
ld.config.txt exposes android.hidl.memory@1.0-impl.so from default
linker namespace.

Merged-In: I87238337cb70ff9b27ef1b25dc5fb982a84ff0b3
Merged-In: I8e33c560a9ce62403aa7102eeb0a8bcd78116f84
Change-Id: If4a9834c27b532ca8db24d497281ab588b4715f5
(cherry picked from commit 490c47fc14a07830548c6c4465a42abbcc879034)
(cherry picked from commit cbcac22895bb51cc6e1c8e13a43263ff333a2f88)

7bfeccb 2017-06-22 16:09:11 android-build-team Robot

release-request-767e2998-9243-43e0-b656-1acb30ac5115-for-git_oc-release-4124637 snap-temp-L74200000076595014

Change-Id: I1af4ff7183bc3fd75bdf98189eefad423af69983

4db06e2 2017-06-21 21:03:02 Logan Chien

vndk-sp: Copy libhidlmemory.so to vndk-sp

This commit copies libhidlmemory.so and its dependencies to vndk-sp
directory because some vendors' GLES implementation relies on
libhidlmemory.so. Check http://b/35107583#comment15 for the context.

Bug: 35107583
Test: libhidlmemory, android.hidl.memory@1.0, and
android.hidl.memory@1.0-impl are installed into /system/lib[64]/vndk-sp
Test: sailfish boots

Merged-In: I20b6bce4e55b031645f3a0f4fd2c72fdcc573248
Merged-In: I95035a2a73c8ca504f9ae77842b2d5c3018dfa3c
Change-Id: I03d8562342d84f33616e5e90ce88e65ba3a6d689

559757e 2017-06-20 11:12:17 Chih-Wei Huang

Enable freeform window mode

00a7beb 2017-06-08 19:12:37 Bartosz Fabianowski

Revert "Revert "New target to add vndk-sp libs to system image""

We will selectively revert on a branch only.

This reverts commit f4e3d9d712bec48d70fee1637df11cfbb3bb0373.

Change-Id: Iac786c87e4619ff1af8a13c46f9bb857043663f2

Show on old repository browser