Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 50b27631 authored by Mike Lockwood's avatar Mike Lockwood
Browse files

Remove some cruft that was left in config.xml by mistake



This should fix build breakage for products with nosdcard set.

Change-Id: I989f8630015baaf22fa3d597fc3c1c1646ce44ac
Signed-off-by: default avatarMike Lockwood <lockwood@android.com>
parent f721b398
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -89,11 +89,6 @@
         when there's no network connection. If the scan doesn't timeout, use zero -->
    <integer name="config_radioScanningTimeout">0</integer>

    <!-- Storage lists for default and nosdcard products.
         Both have a single SD card storage, but the storage is not removable in the nosdcard case -->
    <integer name="config_storageListId" product="nosdcard">@xml/storage_list_nosdcard</integer>
    <integer name="config_storageListId" product="default">@xml/storage_list</integer>

    <!-- XXXXX NOTE THE FOLLOWING RESOURCES USE THE WRONG NAMING CONVENTION.
         Please don't copy them, copy anything else. -->