| #
c3121829 |
| 11-Feb-2018 |
Yong Yao <[email protected]> |
Add flag Wno-error to make Android P build pass
this is caused by strick checking of compiler on P dessert
Change-Id: I896ad194da3893e3f6132e2a4e2e6c9107985420 Tracked-On: OAM-60977 Signed-off-by:
Add flag Wno-error to make Android P build pass
this is caused by strick checking of compiler on P dessert
Change-Id: I896ad194da3893e3f6132e2a4e2e6c9107985420 Tracked-On: OAM-60977 Signed-off-by: Yong Yao <[email protected]> Signed-off-by: Mingwei Wang <[email protected]> Reviewed-on: 625149
show more ...
|
| #
841abb40 |
| 19-Apr-2017 |
Mingwei Shi <[email protected]> |
[VNDK] Install the modules to vendor partition
Google Treble project require to separate Android Framework and Vendor OTA Framework might upgrade to new version without vendor implementation change
[VNDK] Install the modules to vendor partition
Google Treble project require to separate Android Framework and Vendor OTA Framework might upgrade to new version without vendor implementation change In oder to achieve the target, require installing all of vendor modules to vendor partition.
If don't moving the module to vendor partition, when Google upgrade the OS, we will missing all modules located in root partition and system partition.
When the module declare "LOCAL_PROPRIETARY_MODULE := true". Then, it is treated as a vendor module, Android build system will install the module to vendor partition.
Modules: libpciaccess
Change-Id: I1db6437b4dd28c2a5f05a085fd38dab10044fcde Tracked-On: OAM-44611 Signed-off-by: Mingwei Shi <[email protected]> Reviewed-on: 578866
show more ...
|
| #
b5cdb24e |
| 21-Mar-2014 |
Nisha Kumar-Mayernik <[email protected]> |
Revert "Move output artifacts to /system/vendor/"
Does not work with multiarch targets
This reverts commit 859d971f18456c5075de8ac48daca96cd7d7b4ef. Signed-off-by: Nisha Kumar-Mayernik <nisha.kumar
Revert "Move output artifacts to /system/vendor/"
Does not work with multiarch targets
This reverts commit 859d971f18456c5075de8ac48daca96cd7d7b4ef. Signed-off-by: Nisha Kumar-Mayernik <[email protected]>
Change-Id: Id97bd60e7c93699b6ad51923702f4d32393f674c Reviewed-on: 173925 Reviewed-by: Parkinson, TimothyX L <[email protected]> Tested-by: Parkinson, TimothyX L <[email protected]> Reviewed-by: Uyyala, Sridhar <[email protected]> Tested-by: Uyyala, Sridhar <[email protected]>
show more ...
|
| #
e4288357 |
| 09-Mar-2014 |
Daniel Leung <[email protected]> |
Move output artifacts to /system/vendor/
Change-Id: Ie47d7bb0460e9e3c541f4446a53b413e5c50c3a6 Signed-off-by: Daniel Leung <[email protected]> Reviewed-on: 170207 Reviewed-by: Uyyala, Sridhar <s
Move output artifacts to /system/vendor/
Change-Id: Ie47d7bb0460e9e3c541f4446a53b413e5c50c3a6 Signed-off-by: Daniel Leung <[email protected]> Reviewed-on: 170207 Reviewed-by: Uyyala, Sridhar <[email protected]> Tested-by: Uyyala, Sridhar <[email protected]>
show more ...
|
| #
15eb6fd1 |
| 19-Feb-2014 |
Tvrtko Ursulin <[email protected]> |
external/PRIVATE/libpciaccess: Allow build system to automatically import headers
Makes it easier to build intel_gpu_tools on Android.
Change-Id: Iff5fb12a082e5c560548e716cfcc409e2eb7e3de Signed-of
external/PRIVATE/libpciaccess: Allow build system to automatically import headers
Makes it easier to build intel_gpu_tools on Android.
Change-Id: Iff5fb12a082e5c560548e716cfcc409e2eb7e3de Signed-off-by: Tvrtko Ursulin <[email protected]> Reviewed-on: 164952 Reviewed-by: Santos, Joao <[email protected]> Reviewed-by: Barbalho, Rafael <[email protected]> Reviewed-by: Chiras, Robert <[email protected]>
show more ...
|
| #
f9fcdff7 |
| 29-Apr-2013 |
Armin Reese <[email protected]> |
external/PRIVATE/libpciaccess: Fix Android.mk for libpciaccess so it will initialize in linux
BZ: 104643
Add LOCAL_CFLAGS option required for Linux/Android
Change-Id: I1dc7d247310aab8764dbbb9ca37f
external/PRIVATE/libpciaccess: Fix Android.mk for libpciaccess so it will initialize in linux
BZ: 104643
Add LOCAL_CFLAGS option required for Linux/Android
Change-Id: I1dc7d247310aab8764dbbb9ca37f93187328cd0a Signed-off-by: Armin Reese <[email protected]> Reviewed-on: http://android.intel.com:8080/105443 Reviewed-by: Stimson, Dale B <[email protected]> Tested-by: Stimson, Dale B <[email protected]> Reviewed-by: buildbot <[email protected]> Tested-by: buildbot <[email protected]>
show more ...
|
| #
bae2b3b6 |
| 26-Sep-2012 |
Andrew Boie <[email protected]> |
libpciaccess: Remove driver name checks
libpciaccess is marked 'optional', which means it won't get built unless explicitly stated as a dependency for some other module or added to PRODUCT_PACKAGES.
libpciaccess: Remove driver name checks
libpciaccess is marked 'optional', which means it won't get built unless explicitly stated as a dependency for some other module or added to PRODUCT_PACKAGES. The check here for supported graphics types is unnecessary, as if nothing depends or specifies it, it won't get built.
A sensible default is provided for BOARD_LIBPCIACCESS_HWDATA.
Change-Id: Ibbdd6fd15f27bc298947af0cd1e782327c154818 Signed-off-by: Andrew Boie <[email protected]>
show more ...
|
| #
43e7a630 |
| 09-Jan-2012 |
Chad Versace <[email protected]> |
android: Fix CFLAGS
- The CFLAGS were not used because LOCAL_CFLAGS was misnamed as LOCAL_C_FLAGS. - Quote PCIIDS_PATH. - Disable HAVE_MTRR. The Android kernel doesn't have it.
Signed-off-by: Chad
android: Fix CFLAGS
- The CFLAGS were not used because LOCAL_CFLAGS was misnamed as LOCAL_C_FLAGS. - Quote PCIIDS_PATH. - Disable HAVE_MTRR. The Android kernel doesn't have it.
Signed-off-by: Chad Versace <[email protected]>
show more ...
|
| #
59d0176a |
| 31-Dec-2011 |
Chad Versace <[email protected]> |
android: Add Android makefiles
Tested against IceCreamSandwich.
Signed-off-by: Chad Versace <[email protected]>
|