Revert "Rename init_boot properties to ro.init_boot.*"

This reverts commit 411fac84d67970b0c06c67c7ab41224166564e3b.

Reason for revert: b/226318737

Change-Id: Ie1cf0e79b3ac11b91e031a479898a54856020500
diff --git a/core/sysprop.mk b/core/sysprop.mk
index 63574d0..43b8953 100644
--- a/core/sysprop.mk
+++ b/core/sysprop.mk
@@ -501,11 +501,10 @@
 # ramdisk/boot/etc/build.prop
 #
 
-RAMDISK_PARTITION_NAME := $(if $(BUILDING_INIT_BOOT_IMAGE),init_boot,bootimage)
 RAMDISK_BUILD_PROP_REL_PATH := system/etc/ramdisk/build.prop
 INSTALLED_RAMDISK_BUILD_PROP_TARGET := $(TARGET_RAMDISK_OUT)/$(RAMDISK_BUILD_PROP_REL_PATH)
 $(eval $(call build-properties,\
-    $(RAMDISK_PARTITION_NAME),\
+    bootimage,\
     $(INSTALLED_RAMDISK_BUILD_PROP_TARGET),\
     $(empty),\
     $(empty),\