From b9d5682c26e8c39b4e455be69823496ea170c138 Mon Sep 17 00:00:00 2001 From: Svetoslav Ganov Date: Tue, 7 Feb 2012 11:21:56 -0800 Subject: [PATCH] Adding shell commands for manipulating content via content providers. 1. This change adds the shell command to the bin folder on the device. This will enable using shell commands (assuming right permissions are held) on a user build to manipulate state of content providers. For example, this will be used for running CTS tests that rely on secure settings without adding intermediary APKs and/or manual setup. Main change:https://android-git.corp.google.com/g/162774 Change-Id: I562eb86a4bb971dbaa42848e95e7650bf2cbb0c9 --- core/legacy_prebuilts.mk | 1 + core/user_tags.mk | 1 + 2 files changed, 2 insertions(+) diff --git a/core/legacy_prebuilts.mk b/core/legacy_prebuilts.mk index 41943b192..c25880d58 100644 --- a/core/legacy_prebuilts.mk +++ b/core/legacy_prebuilts.mk @@ -43,6 +43,7 @@ GRANDFATHERED_ALL_PREBUILT := \ cdt.bin \ chat-ril \ cmu6plus.ok.zip \ + content \ cpcap-key.kl \ data \ dbus.conf \ diff --git a/core/user_tags.mk b/core/user_tags.mk index d5aa24dde..f10ed2773 100644 --- a/core/user_tags.mk +++ b/core/user_tags.mk @@ -71,6 +71,7 @@ GRANDFATHERED_USER_MODULES += \ com.android.phone.common \ com.android.vcard \ commons-compress-1.0 \ + content \ copybit.qsd8k \ copybit.s5pc110 \ coverage \ -- 2.11.0