• R/O
  • HTTP
  • SSH
  • HTTPS

Liste der Commits

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

device/generic/common


RSS
Rev. Zeit Autor
86be2cf 2019-10-22 15:33:28 Chih-Wei Huang

Merge remote-tracking branch 'x86/nougat-x86' into cm-14.1-x86

Conflicts:
CleanSpec.mk
device.mk

c47cc72 android-x86-7.1-r3 2019-10-21 12:18:48 Chih-Wei Huang

nativebridge: update short URLs

189ab22 2019-10-17 17:24:00 Chih-Wei Huang

Always use 64-bit binder

407e357 2019-10-16 19:26:11 Chih-Wei Huang

sepolicy: remove obsolete rules

fd32cdb 2019-10-16 19:25:41 Chih-Wei Huang

Merge remote-tracking branch 'x86/pie-x86' into q-x86

407d4a6 2019-10-16 00:18:50 Chih-Wei Huang

kernel.mk: fix several issues in Android 10

Android 10 has started restricting the external host tools usable inside
the build. The external tools can only be used with absolute path.

To avoid using host gcc, we build kernel host tools by AOSP's clang.
Note the kernel's makefile has a small issue to be fixed.

590e9cd 2019-10-15 18:48:47 Chih-Wei Huang

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

bf8294e 2019-10-15 18:43:45 Chih-Wei Huang

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

7a6799a 2019-10-15 18:35:48 Chih-Wei Huang

init.sh: add quirks for Acer SP111-33

Tested-by: Ralph deGennaro <rmdegennaro@gmail.com>

9b4484c 2019-10-08 18:31:25 Chih-Wei Huang

kernel.mk: remove obsolete rules

Now the wl driver is built from external/kernel-drivers.

a5d3c6d 2019-10-07 12:49:19 Chih-Wei Huang

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

acd01e7 2019-10-07 12:19:31 Chih-Wei Huang

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

9cd9740 2019-10-07 12:08:05 Chih-Wei Huang

app: update TermOne Plus

a85fa79 2019-10-02 19:57:27 Chih-Wei Huang

kernel.mk: make new build system happy

The new build system requires

* A real file doesn't depend on a .PHONY target
* .PHONY targets do not have "/" in them

Change the rules to meet the requirements.

5eb12bf 2019-09-27 17:25:46 Chih-Wei Huang

kernel.mk: avoid using absolute path in targets

The new build system of Android 10 enforces all outputs from the build
system be within the output directory. Using absolute path in targets
confused the build system.

fcae9b1 2019-07-30 18:59:41 Chih-Wei Huang

nativebridge: set default context to mount sfs command

b6c5a59 2019-07-25 18:18:24 Chih-Wei Huang

sepolicy: fix avc denied of surfaceflinger

2ec54c4 2019-07-04 16:28:56 Chih-Wei Huang

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

4a74143 2019-07-04 16:27:56 Chih-Wei Huang

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

95e7c35 2019-07-04 16:22:45 Chih-Wei Huang

Add support of OpenGApps

You may specify the variant by GAPPS_VARIANT. The default is pico.

You still need to add .repo/local_manifests/opengapps.xml to enable it.
Refer to https://github.com/opengapps/aosp_build for more details.

8278b31 2019-06-28 16:09:37 Chih-Wei Huang

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

77c1378 2019-06-28 13:33:12 Chih-Wei Huang

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

9c7ded6 2019-06-28 13:32:38 Chih-Wei Huang

init.x86.rc: set owner/group of wpa_supplicant.conf

af09722 2019-06-21 11:51:57 Chih-Wei Huang

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

3c92c02 2019-06-21 11:41:21 Chih-Wei Huang

kernel.mk: install modules for 'kernel' goal

When do 'make kernel' on the top of android-x86 tree, only $OUT/kernel is
generated but the modules are not installed to $OUT/system/lib/modules.
The patch fixes that.

2711761 2019-06-20 18:19:23 Chih-Wei Huang

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

67c1b4f android-x86-8.1-r2 2019-06-13 18:09:26 Chih-Wei Huang

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

8ac9fea 2019-06-13 18:08:41 Chih-Wei Huang

init.sh: enable virt_wifi if needed

Some Android apps are not interested in ethernet devices and would rather
connect to a wireless interface. This patch allows the devices with only
ethernet interface to treat one of its network connections as wireless,
satisfying Android apps's network connection requirements.

The ethernet interface being simulated can be specified by the property
net.virt_wifi. The default is eth0.

The feature is enabled if wlan0 doesn't exist, or VIRT_WIFI=1 is set in
kernel cmdline. To disable it, set VIRT_WIFI=0 kernel cmdline.

df62a66 2019-06-13 18:05:50 Chih-Wei Huang

init.sh: remove wl driver if it's not used

Sometimes the Broadcom wl driver is loaded unexpectedly. Unload it
if it's not being used.

c60a711 2019-06-03 19:15:31 Chih-Wei Huang

Add HIDL HAL for memtrack