mirror of
https://github.com/followmsi/android_device_asus_deb.git
synced 2024-11-06 22:06:28 +00:00
deb: Use vendor.prop
Change-Id: Iea6c416c8c0fa3b2e19d93f590ce2e677c062f07
This commit is contained in:
parent
4e6df21b37
commit
e7f1c9e42b
2 changed files with 3 additions and 3 deletions
|
@ -22,9 +22,9 @@ DEVICE_MANIFEST_FILE := device/asus/deb/manifest.xml
|
|||
|
||||
TARGET_RELEASETOOLS_EXTENSIONS := device/asus/deb
|
||||
|
||||
TARGET_SYSTEM_PROP := \
|
||||
device/asus/flo/system.prop \
|
||||
device/asus/deb/system.prop
|
||||
TARGET_VENDOR_PROP := \
|
||||
device/asus/flo/vendor.prop \
|
||||
device/asus/deb/vendor.prop
|
||||
|
||||
TARGET_RECOVERY_FSTAB = device/asus/deb/rootdir/etc/fstab.deb
|
||||
|
||||
|
|
Loading…
Reference in a new issue