mirror of
https://github.com/followmsi/android_device_asus_deb.git
synced 2024-11-06 22:06:28 +00:00
158f85c479
AOSP has abandoned us. We may as well make things look pretty now. Change-Id: I30b887ab2269182fe54865114a8846a765eab18d
19 lines
476 B
Makefile
19 lines
476 B
Makefile
LOCAL_PATH := $(call my-dir)
|
|
|
|
# Device init scripts
|
|
|
|
include $(CLEAR_VARS)
|
|
LOCAL_MODULE := fstab.flo
|
|
LOCAL_MODULE_TAGS := optional eng
|
|
LOCAL_MODULE_CLASS := ETC
|
|
LOCAL_SRC_FILES := etc/fstab.deb
|
|
LOCAL_MODULE_PATH := $(TARGET_ROOT_OUT)
|
|
include $(BUILD_PREBUILT)
|
|
|
|
include $(CLEAR_VARS)
|
|
LOCAL_MODULE := init.flo.rc
|
|
LOCAL_MODULE_TAGS := optional eng
|
|
LOCAL_MODULE_CLASS := ETC
|
|
LOCAL_SRC_FILES := etc/init.deb.rc
|
|
LOCAL_MODULE_PATH := $(TARGET_ROOT_OUT)
|
|
include $(BUILD_PREBUILT)
|