clover: rro: Drop explicit sdk_version
declaration
* We don't need to manually set this anymore. Change-Id: I1239ba541636e53f8ea4373d3815024f2cd60824 Signed-off-by: Immanuel Raj <iamimmanuelraj@gmail.com> Signed-off-by: pix106 <sbordenave@gmail.com>
This commit is contained in:
parent
ebe3b8115e
commit
2954feb527
3 changed files with 0 additions and 3 deletions
|
@ -16,7 +16,6 @@
|
|||
|
||||
runtime_resource_overlay {
|
||||
name: "CloverFrameworksOverlay",
|
||||
sdk_version: "current",
|
||||
resource_dirs: ["res"],
|
||||
vendor: true,
|
||||
}
|
||||
|
|
|
@ -16,7 +16,6 @@
|
|||
|
||||
runtime_resource_overlay {
|
||||
name: "CloverSystemUIOverlay",
|
||||
sdk_version: "current",
|
||||
resource_dirs: ["res"],
|
||||
vendor: true,
|
||||
}
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
runtime_resource_overlay {
|
||||
name: "CloverWifiOverlay",
|
||||
theme: "CloverWifiOverlay",
|
||||
sdk_version: "current",
|
||||
product_specific: true
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue