7aa7667acf
This reverts commit f400508619
.
24 lines
987 B
Makefile
24 lines
987 B
Makefile
#
|
|
# Copyright (C) 2018 The TwrpBuilder Open-Source Project
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
#
|
|
|
|
# Kernel
|
|
TARGET_PREBUILT_KERNEL := $(LOCAL_PATH)/kernel
|
|
BOARD_KERNEL_CMDLINE := console=null androidboot.hardware=qcom user_debug=31 msm_rtb.filter=0x3F androidboot.selinux=permissive
|
|
BOARD_KERNEL_BASE := 0x00008000
|
|
BOARD_KERNEL_PAGESIZE := 2048
|
|
BOARD_MKBOOTIMG_ARGS := --ramdisk_offset 0x02000000 --tags_offset 0x01e00000 --dt $(LOCAL_PATH)/dt.img
|
|
BOARD_NEEDS_LZMA_MINIGZIP := true
|