Merge "Error if $(TARGET_DEVICE_DIR)/android_filesystem_config.h exists" am: 506a796bd8
am: 201f5e5a3c
Change-Id: I8262d77366d1dabf552ba6286b7c4f4b7ecff601
This commit is contained in:
@@ -21,6 +21,10 @@ LOCAL_PATH := $(call my-dir)
|
|||||||
# More information can be found in the README
|
# More information can be found in the README
|
||||||
ANDROID_FS_CONFIG_H := android_filesystem_config.h
|
ANDROID_FS_CONFIG_H := android_filesystem_config.h
|
||||||
|
|
||||||
|
ifneq ($(wildcard $(TARGET_DEVICE_DIR)/$(ANDROID_FS_CONFIG_H)),)
|
||||||
|
$(error Using $(ANDROID_FS_CONFIG_H) is deprecated, please use TARGET_FS_CONFIG_GEN instead)
|
||||||
|
endif
|
||||||
|
|
||||||
my_fs_config_h := $(LOCAL_PATH)/default/$(ANDROID_FS_CONFIG_H)
|
my_fs_config_h := $(LOCAL_PATH)/default/$(ANDROID_FS_CONFIG_H)
|
||||||
system_android_filesystem_config := system/core/include/private/android_filesystem_config.h
|
system_android_filesystem_config := system/core/include/private/android_filesystem_config.h
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user