Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 03598330 authored by Vincent Donnefort's avatar Vincent Donnefort Committed by Gerrit Code Review
Browse files

Merge "Add ramdisk_node_list"

parents 0c1d449f 79ac2ad6
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -213,4 +213,15 @@ $(LOCAL_BUILT_MODULE):
	$(hide) $(foreach lib,$(PRIVATE_SANITIZER_RUNTIME_LIBRARIES), \
		echo $(lib) >> $@;)

#######################################
# ramdisk_node_list
include $(CLEAR_VARS)

LOCAL_MODULE := ramdisk_node_list
LOCAL_MODULE_CLASS := ETC
LOCAL_SRC_FILES := $(LOCAL_MODULE)
LOCAL_MODULE_PATH := $(PRODUCT_OUT)

include $(BUILD_PREBUILT)

include $(call all-makefiles-under,$(LOCAL_PATH))
+3 −0
Original line number Diff line number Diff line
dir dev 0755 0 0
nod dev/null 0600 0 0 c 1 3
nod dev/console 0600 0 0 c 5 1