Change the NDK samples package names to be lower case. Also added minSdkVersion=3 in the manifests.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#ifndef FIRST_H
|
||||
#define FIRST_H
|
||||
|
||||
extern int first(int x, int y);
|
||||
extern int first(int x, int y);
|
||||
|
||||
#endif /* FIRST_H */
|
||||
|
||||
Reference in New Issue
Block a user