Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
[android] #5859 - remove generated files, introduce gen package, adde…
Browse files Browse the repository at this point in the history
…d gitignore to package
  • Loading branch information
tobrun committed Aug 16, 2016
1 parent 8221b35 commit cbcc691
Show file tree
Hide file tree
Showing 36 changed files with 9 additions and 1,091 deletions.
4 changes: 4 additions & 0 deletions platform/android/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,7 @@ fabric.properties

# Capture files
captures/

# Generated test cases
MapboxGLAndroidSDKTestApp/src/androidTest/java/com/mapbox/mapboxsdk/activity/gen/

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
const subPackage = locals[1];
-%>
// This file is generated. Edit android/platform/scripts/generate-test-code.js, then run `make generate-test-android`.
package com.mapbox.mapboxsdk.activity.<%- subPackage %>;
package com.mapbox.mapboxsdk.activity.gen.<%- subPackage %>;

import android.support.test.runner.AndroidJUnit4;

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit cbcc691

Please sign in to comment.