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
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
#
|
#
|
||||||
|
BUILD_BROKEN_DUP_RULES := true
|
||||||
|
|
|
@ -18,6 +18,9 @@
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
device/google/lynx/permissions/permissions_com.android.hbmsvmanager.xml:$(TARGET_COPY_OUT_SYSTEM_EXT)/etc/permissions/permissions_com.android.hbmsvmanager.xml
|
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
|
# Overlays
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
HbmSVManagerOverlayLynx
|
HbmSVManagerOverlayLynx
|
||||||
|
|
Loading…
Reference in a new issue