| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Change-Id: I7897574a2df30fd88edb6fa58b20fd6a5436ecd7
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
Android.mk
BoardConfigCommon.mk
board-info.txt
device_base.mk
egl.cfg
factory-images/generate-factory-images-package.sh
kernel
overlay/frameworks/base/core/res/res/values/config.xml
Change-Id: If153de549a1a3b5145f856de6c55c825d3124a11
|
| |
| |
| |
| | |
Added LED Notificatio
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
HAL_MODULE_INFO_SYM was declared as read-only, but
the struct is written to by libhardware. This causes
a segfault when -Wl,-z,relro is enabled.
Fixed.
Change-Id: I5ab4ce539be0335b0c86d4cdf34f7c29fa410424
|
| |
| |
| |
| |
| |
| |
| | |
See https://android-git.corp.google.com/g/#/c/157220
Bug: 5449033
Change-Id: I03a60758c6dad0d9ecbce42f092a0fe757bd7184
|
|/
|
|
|
|
|
| |
See https://android-git.corp.google.com/g/#/c/143865
Bug: 5449033
Change-Id: I73e1ab4f4eadb55e747b3b2be4b6c1824dce7b2c
|
|
|
|
|
| |
Change-Id: I25ff348e6d19d5b57c389bd18e862f3dd674512d
Signed-off-by: Iliyan Malchev <malchev@google.com>
|
|
|
|
| |
Change-Id: I0e410d7b641c19a773c3bc57cb78e8aa3e27a3ff
|
|
|
|
|
| |
Change-Id: I00cd2a1469958a01d0dd97fbf2ead2c09bb45915
Signed-off-by: sl47.kim <sl47.kim@samsung.com>
|
|
|
|
| |
Change-Id: I8097125dd530d5a5a4114da91f758083e5095dcf
|
|
|
|
|
|
|
|
|
|
|
|
| |
Two benefits:
-this follows the convention that all Android.mk files are included,
i.e. that reading an Android.mk file shows the entire picture.
-this allows some of the leaves to become non-conditional, to increase
the number of device-specific modules that are compiled in each build,
which allows catching build breakages earlier.
Change-Id: I060a4aecc4b5d53b9ca56f13b8599b8fa560f896
|
|
Change-Id: Id092fbb994a1dc0ab495d53df2dbb10a48680dea
Signed-off-by: sl47.kim <sl47.kim@samsung.com>
|