diff options
| author | Bruno Martins <bgcngm@gmail.com> | 2018-02-08 00:09:48 +0000 |
|---|---|---|
| committer | Hashbang173 <hashbang173@gmail.com> | 2018-02-17 17:31:26 -0500 |
| commit | 6b331e638787e82a80120f179e50249c60447f81 (patch) | |
| tree | 9268fec300127b1bf7905a9763a8c9ae19d97cf4 | |
| parent | 995af397cb324f134e13e087cf4fc1a404ff6bb1 (diff) | |
flounder: Split device specific and system props
* This places all device specific props in /vendor/build.prop
Change-Id: I257ab810b1beb46799c80c6f805d99795cfd6c14
| -rw-r--r-- | BoardConfig.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index 357c8bc..bf84804 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -14,7 +14,8 @@ # limitations under the License. # -# Build a separate vendor.img +# Build a separate vendor image holding only device specific properties +BOARD_PROPERTY_OVERRIDES_SPLIT_ENABLED := true TARGET_COPY_OUT_VENDOR := vendor TARGET_ARCH := arm64 |
