commit | aa4b4a4133343d91f1d24d79af67a0724319e28b | [log] [tgz] |
---|---|---|
author | Conley Owens <cco3@android.com> | Wed Mar 06 11:52:58 2013 -0800 |
committer | Conley Owens <cco3@android.com> | Wed Mar 06 11:54:57 2013 -0800 |
tree | e0a7728c9a4f3a6a860a5afeea6d6e9ae6c18953 | |
parent | 4eb04790100558e87b6bf9a9904938bc468d3f35 [diff] |
Restore LOCAL_PATH in sdkmanager/app/Android.mk The following line pollutes the value of LOCAL_PATH: include $(call all-makefiles-under,$(LOCAL_PATH)) Therefore, we need to keep around the original value of LOCAL_PATH so that we can restore it before calling find-all-java-files-under. Change-Id: I0e33a938e6259d4b37425040a9231991778acc84