[android-building] Re: Deleting an entire repo sync

2018-10-15 Thread Glenn Kasten
If I understood the original question correctly, I believe that the problem was that the directory contained a mix of repo files and unrelated files that are important. So in that case, rm -rf on the whole folder could delete the important files also. Until repo has an uninit/destroy command,

[android-building] Re: Android P build APK base AOSP runtime can't find class

2018-10-15 Thread Frank Li
On Friday, October 12, 2018 at 10:13:45 PM UTC+8, Frank Li wrote: > > Hi: > I build apk in Android P aosp , but the apk work normal in Android O, the > apk source code put in android-aosp/vendor/my/myapp/ > Android.mk: > LOCAL_PATH:= $(call my-dir) > > # Build the samples. > # We need to add