Closed ngoquang2708 closed 8 years ago
Can you explain it clearly? Our source is different than the one in CM repo, and it's full of sprd libs instead of Exynos
Our sprd-common folder is inside samsung folder!
Maybe we could use like android_hardware_sprd
You see, there are tonnes of qcom devices in CM git, and many different OEMs manufacture them, not one.
So there is nothing like android_hardware_<put your oem here>_qcom_<module name>
.
Its done like this:
android_hardware_qcom_<module>
Example:
android_hardware_qcom_display
android_hardware_qcom_audio
and so on..
It will be a pain for us to maintain different repos for different modules, so best way I see is to maintain 1 single repo in hardware/sprd/module name
/board
Example:
hardware/sprd/audio/sc8830
hardware/sprd/camera/sc8810
Yeah I was about to say like @corphish Btw, seems that idea is nice. Do you agree? @ngoquang2708
OK. That nice. So what we need to do? Just change the repo name, then change the hardware/samsung/sprd-common to hardware/sprd in Makefiles or else what I am missing?
For makefiles you have already got LOCAL_PATH yeah? So just change folder name
Some Makefiles use hard-coded path so we will need to change them too.
2016-08-09 22:50 GMT+07:00 Nguyễn Tuấn Quyền notifications@github.com:
For makefiles you have already got LOCAL_PATH yeah? So just change folder name
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/ngoquang2708/android_hardware_samsung_sprd-common/issues/3#issuecomment-238597400, or mute the thread https://github.com/notifications/unsubscribe-auth/AJOl9sBlV__hkK_HMZv10tgfW6fdhm2rks5qeKG4gaJpZM4JgLkG .
Renamed.
There is https://github.com/CyanogenMod/android_hardware_samsung repo. How would we solve this conflict? Rename our repo to android_hardware_samsung-sprd-common? Or something else? @koquantam @corphish