aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2011-04-08 10:43:54 -0700
committerJeff Brown <jeffbrown@google.com>2011-04-08 10:43:54 -0700
commitf06448bab14aaf2822dc8360c44387ff8115281a (patch)
treea29897a8b1234458c93aafe8bbad94a8e36f8096
parent245b75880b4a7ad329b53ab9ee8a12d4fafee368 (diff)
downloadoprofile-f06448bab14aaf2822dc8360c44387ff8115281a.tar.gz
Revert "This doesn't always build, so completely disable it."
This reverts commit 245b75880b4a7ad329b53ab9ee8a12d4fafee368.
-rw-r--r--Android.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/Android.mk b/Android.mk
index 66e716a..4b19765 100644
--- a/Android.mk
+++ b/Android.mk
@@ -12,6 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-#ifeq ($(TARGET_SIMULATOR),false)
-# include $(call all-subdir-makefiles)
-#endif
+ifeq ($(TARGET_SIMULATOR),false)
+ include $(call all-subdir-makefiles)
+endif