diff --git a/config/common.mk b/config/common.mk index 20b81b8..5b0577b 100644 --- a/config/common.mk +++ b/config/common.mk @@ -30,7 +30,7 @@ PRODUCT_PACKAGES += \ LatinIME \ LockClock \ NovaLauncher \ - Performance \ + PerformanceControl \ Superuser # tools diff --git a/proprietary/Performance/Android.mk b/proprietary/Performance/Android.mk deleted file mode 100644 index 655ff21..0000000 --- a/proprietary/Performance/Android.mk +++ /dev/null @@ -1,22 +0,0 @@ -# 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. - -LOCAL_PATH:= $(call my-dir) -include $(CLEAR_VARS) -LOCAL_MODULE := Performance -LOCAL_SRC_FILES := $(LOCAL_MODULE).apk - -LOCAL_MODULE_CLASS := APPS -LOCAL_MODULE_TAGS := optional -LOCAL_MODULE_SUFFIX := $(COMMON_ANDROID_PACKAGE_SUFFIX) -LOCAL_CERTIFICATE := PRESIGNED -include $(BUILD_PREBUILT) diff --git a/proprietary/Performance/Performance.apk b/proprietary/Performance/Performance.apk deleted file mode 100644 index 607823f..0000000 Binary files a/proprietary/Performance/Performance.apk and /dev/null differ