mirror of
https://github.com/Evolution-X-Devices/device_oneplus_sm8550-common
synced 2026-02-01 11:00:20 +00:00
58fd3cedf30874e8384c2dfcc21f45b6e8f56e75
* We don't really use GKI but our target is a 'GKI'
one according to Google. Useful for this guard in
system/core;
LOCAL_POST_INSTALL_CMD := mkdir -p $(addprefix $(TARGET_RAMDISK_OUT)/,$(my_ramdisk_dirs))
ifeq (true,$(BOARD_USES_GENERIC_KERNEL_IMAGE))
LOCAL_POST_INSTALL_CMD += $(addprefix $(TARGET_RAMDISK_OUT)/first_stage_ramdisk/,$(my_ramdisk_dirs))
endif
Change-Id: I0d79ab24eafeb0fe74d5963538b6bcc3e85edff6
Description
No description provided
Languages
Shell
60.9%
Makefile
29.2%
C++
4.7%
Forth
4.2%
C
1%