Re: [android-building] Re: shared library can't be copied into OTATOOLS

2020-05-07 Thread 임정민
directly after this line: > > INTERNAL_OTATOOLS_PACKAGE_FILES := \ > $(filter $(HOST_OUT)/%,$(call > module-installed-files,$(INTERNAL_OTATOOLS_MODULES_WITH_DEPS))) > > - Dan > > On Thu, May 7, 2020 at 12:41 AM 임정민 > > wrote: > >> I haven't been checking otatools.zip yet >

[android-building] Re: shared library can't be copied into OTATOOLS

2020-05-07 Thread 임정민
tools/" before R, shared library located in OTA/tools/ cause INTERNAL_OTATOOLS_FILES has shared library also. but in R, INTERNAL_OTATOOLS_FILES doesn't have shared library 4872 $(hide) cp $(INTERNAL_OTATOOLS_FILES) $(zip_root)/OTA/tools/ 2020년 5월 5일 화요일 오전 12시 49분 15초 UTC+9, 임정민 님의 말: >

[android-building] Re: shared library can't be copied into OTATOOLS

2020-05-06 Thread 임정민
Thanks for quick response. Why I'm doing this. We use lpunpack including OTA/tools. but when I'm running lpunpack there is error cause there are no shared library like libc++ You mean I should check all of this and added it into OTA/tools one by one? 2020년 5월 5일 화요일 오전 12시 49분 15초 UTC+9, 임정민 님의

[android-building] Re: shared library can't be copied into OTATOOLS

2020-05-06 Thread 임정민
)/liblog$(HOST_SHLIB_SUFFIX) \ -- but It's removed at R OS how could I insert shared library into OTA/tools 2020년 5월 5일 화요일 오전 12시 49분 15초 UTC+9, 임정민 님의 말: > > Hi I found there are no shared library in ota packages. > > I expect there are some module

[android-building] shared library can't be copied into OTATOOLS

2020-05-04 Thread 임정민
Hi I found there are no shared library in ota packages. I expect there are some modules and shared libraries. but only existing were modules like lpunpack. I hope there are shared libraries such as libbase.so. but It's not working. I think get-all-shared-libs-deps is related with copying shared

[android-building] fatal error happens when I'm trying to include header files

2020-03-20 Thread 임정민
I want to include install/install.h at blockimg.cpp but It returns always bootable/recovery/updater/blockimg.cpp: fatal error: 'install/install.h' file not found #include "install/install.h" ^~~ I think this is related with Android.bp [ 35% 45930/130598]