I am working on aosp and have two questions about build.prop.
1) Normally, build.prop file is located to /system directory. I'd like create to custom build.prop file and save it to different directory. For example, I have tvconfig directory and want to create it in here. Could I read properties from /tvconfing/build.prop via SystemProperties?
2) Could I use different name for prop file except build.prop for example mycustom.prop