I have a complicated set of android make files that include each other.
As a result, LOCAL_C_INCLUDES of the main make file becomes very long with many duplicates of the same paths.
Is there some way to remove duplicates, perhaps by calling some function?