lynx: Set TARGET_PREBUILT_KERNEL
- Also set BUILD_BROKEN_DUP_RULES
This commit is contained in:
parent
dc406318b9
commit
3c2fdb076a
2 changed files with 5 additions and 1 deletions
|
@ -13,3 +13,4 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
#
|
||||
BUILD_BROKEN_DUP_RULES := true
|
||||
|
|
|
@ -18,6 +18,9 @@
|
|||
PRODUCT_COPY_FILES += \
|
||||
device/google/lynx/permissions/permissions_com.android.hbmsvmanager.xml:$(TARGET_COPY_OUT_SYSTEM_EXT)/etc/permissions/permissions_com.android.hbmsvmanager.xml
|
||||
|
||||
# Kernel
|
||||
TARGET_PREBUILT_KERNEL := device/google/lynx-kernel/Image.lz4
|
||||
|
||||
# Overlays
|
||||
PRODUCT_PACKAGES += \
|
||||
HbmSVManagerOverlayLynx
|
||||
|
|
Loading…
Reference in a new issue