Remove Gradle properties that does not do anything.

Gradle ignores any gradle.property files that are not in root of the
project. See:
https://docs.gradle.org/current/userguide/build_environment.html

This CL removes two straggler gradle.property.

Test: None
Change-Id: I5e262f37c2c6d51ad8ce0c399ab7afc302fbe818
diff --git a/camera/gradle.properties b/camera/gradle.properties
deleted file mode 100644
index c0384c8..0000000
--- a/camera/gradle.properties
+++ /dev/null
@@ -1,8 +0,0 @@
-# Improve build performance
-org.gradle.jvmargs=-Xmx6g -XX:ReservedCodeCacheSize=2g -Dfile.encoding=UTF-8
-org.gradle.parallel=true
-org.gradle.configureondemand=true
-org.gradle.caching=true
-# For offline storage of dependencies. This string should be considered a child
-# directory of the main directory defined by ${rootProject.projectDir}.
-offlineRepositoryRoot=offline-repository
diff --git a/lifecycle/gradle.properties b/lifecycle/gradle.properties
deleted file mode 100644
index 88d2a75..0000000
--- a/lifecycle/gradle.properties
+++ /dev/null
@@ -1,17 +0,0 @@
-#
-# Copyright (C) 2016 The Android Open Source Project
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-#      http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-#
-
-org.gradle.jvmargs=-Xmx3000M
\ No newline at end of file