Advertisement
Guest User

Untitled

a guest
Feb 24th, 2013
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1.  
  2. # http://www.apache.org/licenses/LICENSE-2.0
  3. #
  4. # Unless required by applicable law or agreed to in writing, software
  5. # distributed under the License is distributed on an "AS IS" BASIS,
  6. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  7. # See the License for the specific language governing permissions and
  8. # limitations under the License.
  9.  
  10. #
  11. # This file sets variables that control the way modules are built
  12. # thorughout the system. It should not be used to conditionally
  13. # disable makefiles (the proper mechanism to control what gets
  14. # included in a build is to use PRODUCT_PACKAGES in a product
  15. # definition file).
  16. #
  17.  
  18. # inherit from common D2
  19. -include device/samsung/d2-common/BoardConfigCommon.mk
  20.  
  21. # inherit from the proprietary version
  22. -include vendor/samsung/d2spr/BoardConfigVendor.mk
  23.  
  24. # Assert
  25. TARGET_OTA_ASSERT_DEVICE := d2spr
  26.  
  27. # Kernel
  28. TARGET_KERNEL_CONFIG := cyanogen_d2spr_defconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement