diff options
| author | Dan Pasanen <dan.pasanen@gmail.com> | 2016-12-29 08:58:05 -0600 |
|---|---|---|
| committer | razorloves <razorloves@gmail.com> | 2018-08-13 19:25:02 -0500 |
| commit | 30f10cb3d0af9d6e2981844fb7f453655d8c360c (patch) | |
| tree | 6b99d734300db80951471bf28610b7dd04bdd655 /sailfish | |
| parent | 80fb7edc00256765d85218f75c0d09d2170ffbbb (diff) | |
marlin/sailfish: support inline kernel building
Change-Id: Id9441f1f971c1ea804b0f4e655ab5013ddcceb08
Diffstat (limited to 'sailfish')
| -rw-r--r-- | sailfish/BoardConfig.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sailfish/BoardConfig.mk b/sailfish/BoardConfig.mk index 1e030574..f0973eb3 100644 --- a/sailfish/BoardConfig.mk +++ b/sailfish/BoardConfig.mk @@ -121,7 +121,6 @@ endif TARGET_KERNEL_ARCH := arm64 TARGET_KERNEL_HEADER_ARCH := arm64 TARGET_KERNEL_CROSS_COMPILE_PREFIX := aarch64-linux-android- -TARGET_USES_UNCOMPRESSED_KERNEL := false MAX_EGL_CACHE_KEY_SIZE := 12*1024 MAX_EGL_CACHE_SIZE := 2048*1024 @@ -159,7 +158,6 @@ CAMERA_DAEMON_NOT_PRESENT := true # TARGET_COMPILE_WITH_MSM_KERNEL := true -TARGET_KERNEL_APPEND_DTB := true # Added to indicate that protobuf-c is supported in this build PROTOBUF_SUPPORTED := false |
