diff options
| author | Bruno Martins <bgcngm@gmail.com> | 2018-02-08 00:09:48 +0000 |
|---|---|---|
| committer | Bruno Martins <bgcngm@gmail.com> | 2018-02-12 10:56:41 +0000 |
| commit | eb820791cad1049b748c3935b6336df02d6372d4 (patch) | |
| tree | 0a9f669c78cc7b3d666bbf1f0787131cd235e317 | |
| parent | 6d0b8c13fc6c900d9598a5108b0d6c7f8a971235 (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 |
