Re: [android-building] sub_dir unrecognized property

2019-10-17 Thread 'Dan Willemsen' via Android Building
LOCAL_MODULE_PATH wasn't strictly necessary in make either -- if you had set `LOCAL_PROPRIETARY_MODULE := true` like the `proprietary: true` in the Android.bp, it would get installed into the correct location. The `androidmk` tool tries to auto-fix some cases of LOCAL_MODULE_PATH, but it can't

[android-building] sub_dir unrecognized property

2019-10-17 Thread Akanksha
Hello, I am trying to convert Android.mk to Android.bp files here is a sample .mk module include $(CLEAR_VARS) LOCAL_MODULE:= location.pem LOCAL_MODULE_OWNER := x LOCAL_MODULE_TAGS := optional LOCAL_MODULE_CLASS := ETC LOCAL_SRC_FILES :=