build
Name | Rev. | Time | Author |
---|---|---|---|
nougat-x86 | e43bcd2 | 2019-06-21 11:48:30 | 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 ins... |
|||
marshmallow-x86 | c17b312 | 2018-12-07 12:34:00 | Chih-Wei Huang |
kernel.mk: use olddefconfig instead As suggested by the warning: WARNING: "oldnoconfig" target will be removed after Linux 4.19 Please use "o... |
|||
cm-14.1-x86 | 708c214 | 2018-05-03 15:38:34 | Chih-Wei Huang |
Merge remote-tracking branch 'cm/cm-14.1' into cm-14.1-x86 |
|||
multiwindow-oreo | 701c53d | 2017-10-12 16:56:42 | Chih-Wei Huang |
Add android.hidl.base@1.0.vndk-sp to the emulator Google SDK image does have it in vndk-sp. Apparently Google forgot to release the correct list to AOSP. |
|||
cm-13.0-x86 | 807bcb6 | 2017-01-17 00:05:40 | Chih-Wei Huang |
Merge remote-tracking branch 'x86/marshmallow-x86' into cm-13.0-x86 |
|||
cm-14.0-x86 | ee9250b | 2016-10-18 00:25:35 | Jaap Jan Meijer |
Merge remote-tracking branch 'cm/cm-14.0' into cm-14.0-x86 |
|||
kitkat-x86 | b4510de | 2016-01-24 02:04:25 | Chih-Wei Huang |
kernel.mk: split wl driver rules into another makefile Two purposes for this change: * Centralize the wl related files into the wl subdirectory * Can simpl... |
|||
lollipop-x86 | 773f461 | 2015-12-18 18:11:42 | Mauro Rossi |
kernel.mk: use updated broadcom-sta hybrid driver Changes to support latest broadcom wl driver ver 6.30.223.271. Complementary patch on kernel is needed to... |
|||
jb-x86 | 1f2ae5d | 2014-01-13 01:10:21 | Chih-Wei Huang |
multi_prebuilt: allow to set LOCAL_MODULE_PATH Change-Id: I29554d592e0d287cf3a888595e65cb9582606fe5 |
|||
ics-x86 | cb7e45c | 2013-04-17 16:58:16 | Chih-Wei Huang |
Fix /system/app/$app.odex not updated issue $(built_odex) depends on $(LOCAL_BUILT_MODULE) but doesn't have any build recipe. It is built by the rules of $(... |
|||
honeycomb-x86 | 03c431e | 2012-01-14 02:14:22 | Yi Sun |
initial commit for the ethernet state tracker work. |
|||
froyo-x86 | d44c4d6 | 2011-11-16 21:22:28 | Christopher Hrabia |
Updated external broadcom driver version |
|||
gingerbread-x86 | 00eac72 | 2011-10-30 18:42:52 | Christopher Hrabia |
Updated external broadcom driver version |
|||
donut-x86 | fe86e72 | 2010-08-18 11:13:45 | Chih-Wei Huang |
kernel.mk: use loose_nonint_oldconfig This goal will give default values to unknown options to avoid compiling errors. |
|||
eclair-x86 | 627eafb | 2010-04-18 18:03:09 | Chih-Wei Huang |
kernel.mk: use loose_nonint_oldconfig This goal will give default values to unknown options to avoid compiling errors. |
|||
cupcake-x86 | 27de74a | 2009-07-24 19:38:05 | Chih-Wei Huang |
Use copy-file-to-new-target so that the timestamp will not be kept. That forces to update system.img. |