summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSpandan Das <spandandas@google.com>2024-03-28 21:37:10 +0000
committerSpandan Das <spandandas@google.com>2024-03-28 22:23:25 +0000
commit49e0ceb739b78a98fec5f0cc6a0c9fa2a28b9e6d (patch)
tree63c030235a8b781fe068bfe13e9ddf3bb96360d6
parent1af115af52ad9be1a13fd0311e12000fd509f074 (diff)
downloadapex-49e0ceb739b78a98fec5f0cc6a0c9fa2a28b9e6d.tar.gz
Drop prefer: true from com.android.apex.cts.shim.v1_prebuilt
The value of `prefer` for `com.android.apex.cts.shim.v1_prebuilt` is a no-op becauase we do not have a source apex named `com.android.apex.cts.shim.v1_prebuilt`. Test: No functional change in .ninja file before and after change, but there are some metadata changes about file pos like such ``` < # Defined: system/apex/shim/Android.bp:90:1 > # Defined: system/apex/shim/Android.bp:89:1 ``` Change-Id: Ib48b3a5880ed4d19dcc8ea54ba35a9a67ed54338
-rw-r--r--shim/Android.bp4
1 files changed, 0 insertions, 4 deletions
diff --git a/shim/Android.bp b/shim/Android.bp
index d51e7bc9..d1cc6331 100644
--- a/shim/Android.bp
+++ b/shim/Android.bp
@@ -12,9 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-// TODO: consider removing _prebuilt suffix from module names and make use of
-// 'prefer: true'
-
package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
@@ -40,7 +37,6 @@ prebuilt_apex {
},
},
filename: "com.android.apex.cts.shim.apex",
- prefer: true,
installable: true,
}