Re: [android-building] Re: How to install prebuilt_apps?

2019-10-23 Thread REGURI AKANKSHA
I tried above think, but I am getting Androidmk translation errors like unsupported include etc.. On Tue, Oct 22, 2019 at 9:38 PM shankar kumar yellapu < shankarkumaryel...@gmail.com> wrote: > > androidmk Android.mk > Android.bp > > Run the above command from your android build tree after doing

Re: [android-building] How to add relative path for srcs:[] in Android.bp

2019-10-18 Thread Akanksha
, > ], > sdk_version: "test_current", > min_sdk_version: "26", > } > > In this case, it may have been possible to instead refactor the common > file into a library that would be used instead (and then only compiling the > files once instead o

Re: [android-building] How to add relative path for srcs:[] in Android.bp

2019-10-17 Thread REGURI AKANKSHA
Thanks,Dan I was able to tackle the above error. I am new to these things. Can u explain this filegroup with an example, like by defining some module, that would be really helpful Thanks in advance On Thu, Oct 17, 2019 at 10:19 PM 'Dan Willemsen' via Android Building <

[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 :=

[android-building] Re: Android.bp to support architectural files

2019-10-16 Thread Akanksha
Thank you On Thursday, October 10, 2019 at 1:39:51 AM UTC+5:30, Akanksha wrote: > > Suppose say a module has name - x and compile_multilib =32 and other > module has name - x and compile_multilib = 64. When executed this would > result in module duplication? How can this duplicati

[android-building] writing header libraries in Android.bp

2019-10-14 Thread REGURI AKANKSHA
How to write headers in Android.bp? say Android.mk has header of this type include $(CLEAR_VARS) LOCAL_COPY_HEADERS_TO := x LOCAL_COPY_HEADERS:= y LOCAL_PROPRIETARY_MODULE := z include $(BUILD_COPY_HEADERS) How to write such headers in Android.bp? i know that LOCAL_COPY_HEADERS is

[android-building] Succesful compilation of modules in Android.bp

2019-10-14 Thread REGURI AKANKSHA
when executing a module with make command like make "modulename", I am getting errors: failed to build some targets and hidl-gen compilation failed check above errors That module is of type prebuilt_etc in Android.bp. The module I am executing is independent , but some other modules are

[android-building] hidl-gen compilation failed check above errors

2019-10-13 Thread REGURI AKANKSHA
when executing a module with make command like make "modulename", I am getting "hidl-gen compilation failed check above errors" That module is of type prebuilt_etc in Android.bp. How to handle successful execution of modules in Android.bp? Thanks in advance -- -- You received this message

[android-building] Android.bp to support architectural files

2019-10-09 Thread REGURI AKANKSHA
Suppose say a module has name - x and compile_multilib =32 and other module has name - x and compile_multilib = 64. When executed this would result in module duplication? How can this duplication be solved? Thanks in advance -- -- You received this message because you are subscribed to the

Re: [android-building] Android.bp accessibility

2019-10-06 Thread REGURI AKANKSHA
fined in Android.bp files this is documented at > https://android.googlesource.com/platform/build/soong/+/master/README.md#variables > : > "Variables are scoped to the remainder of the file they are declared in, > as well as any child blueprint files." > > > On Fri, Oct 4, 2019 at

[android-building] Android.bp accessibility

2019-10-04 Thread REGURI AKANKSHA
Is there any case that Android.bp can access variables declared in other files. say a variable "platform" is declared in some .mk file Can Android.bp now use that variable "platform" As per my knowledge it's "no" but I want to make sure about this Thanks in advance -- -- You received this

[android-building] Android.mk to Android.bp conversion

2019-09-16 Thread REGURI AKANKSHA
I have few queries regarding conversion of Android.mk to Android.bp 1. How to convert unix commands in Android.mk to Android .bp unix commands ex : $(shell mkdir...) 2. how to convert conditionals in Android.mk to Android.bp -Thanks in advance -- -- You received this message because you are