Files
build_soong/cc
Jiyong Park a622de8498 cflags for vendor variants
cflags that are only applied when building the vendor variant of a lib
is now supported. This will be particularily useful when existing macro
should be turned off for the vendor variant:

cflags: ["-DENABLE_FEATURE_X"],

target: {
    vendor: {
        cflags: ["-UENABLE_FEATURE_X"],
    },
},

Without this, the library author has to undef the macro inside the
source code using __ANDROID_VNDK__, which is not desired especially for
external projects.

Bug: 64514237
Test: BOARD_VNDK_VERSION=current m -j libsqlite libsqlite.vendor
Merged-In: Ib484b5b12e14ab776276a30ed2763dffadc9d642
Change-Id: Ib484b5b12e14ab776276a30ed2763dffadc9d642
(cherry picked from commit 1e7495d973)
2017-08-14 11:46:42 +09:00
..
2017-06-30 21:08:36 +00:00
2017-05-09 13:44:49 -07:00
2017-08-14 11:46:42 +09:00
2017-06-30 21:08:36 +00:00
2017-05-10 11:04:16 -07:00
2017-06-30 21:08:36 +00:00
2017-06-30 21:08:36 +00:00
2017-06-30 21:08:36 +00:00
2016-08-01 14:36:22 -07:00
2017-05-10 11:04:16 -07:00
2017-07-20 16:59:26 -07:00
2016-07-29 15:17:58 -07:00
2017-06-30 21:08:36 +00:00